Ingestion job routes
GET /v1/ingestion-jobsGET /v1/ingestion-jobs/{job_id}GET /v1/ingestion-jobs/{job_id}/streamPOST /v1/ingestion-jobs/{job_id}/requeueDELETE /v1/ingestion-jobs/{job_id}
Export job routes
POST /v1/indexes/{index_id}/export/startGET /v1/export-jobsGET /v1/export-jobs/{job_id}GET /v1/export-jobs/{job_id}/streamGET /v1/export-jobs/{job_id}/downloadPOST /v1/export-jobs/{job_id}/requeueDELETE /v1/export-jobs/{job_id}GET /v1/exports/{filename}
Integration routes
GET /v1/integrationsGET /v1/integrations/{integration_id}POST /v1/integrationsPATCH /v1/integrations/{integration_id}DELETE /v1/integrations/{integration_id}POST /v1/integrations/{integration_id}/syncGET /v1/integrations/{integration_id}/sync-jobs
Paid plan requirement
The integration layer currently enforces paid-plan access before listing, creating, or running integrations.