Import and export pipeline service connection metadata as CSV files for bulk operations, backup, migration, or external processing using the Collate REST API.
Documentation Index
Fetch the complete documentation index at: https://docs.getcollate.io/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/services/pipelineServices/name/{fqn}/export
sample_airflow).GET /v1/services/pipelineServices/name/{fqn}/exportAsync
Returns a job ID for large exports that can be polled for completion.
PUT /v1/services/pipelineServices/name/{fqn}/import
true, validates the CSV without applying changes. Set to false to apply.PUT /v1/services/pipelineServices/name/{fqn}/importAsync
For large imports, use the async variant which returns a job ID.
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission for import/export |
404 | NOT_FOUND | Pipeline service with given FQN does not exist |
400 | BAD_REQUEST | Invalid CSV format or content |