Skip to main content

ETL Pipelines

Pipeline endpoints manage ETL and Task pipelines with scheduling support. Permissions vary by action: list and retrieve operations use IsOwnerOrSharedUserOrSharedToOrg, while update and delete operations require IsOwner.

Pagination

All list endpoints support pagination via page (default 1) and page_size (default 50) query parameters.


Pipeline Management

Create, list, retrieve, update, and delete ETL and Task pipelines.


Pipeline Execution

Execute pipelines and view execution history.


Pipeline Keys

Manage API keys associated with pipelines for public API access.


Other

Additional pipeline-related endpoints for sharing and Postman integration.