pipelines
Create Pipeline
Create a new pipeline for the team.
POST
Create Pipeline
Documentation Index
Fetch the complete documentation index at: https://documentation.datalab.to/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
application/json
Ordered list of pipeline steps
Minimum array length:
1Previous
Get Pipeline ExecutionPoll execution status. Returns per-step status with lookup keys for partial results.
Decision rule: Check PG PipelineExecution.status first.
- If terminal (completed/failed): return from PostgreSQL (post-sync, complete data)
- If running/pending: read Firestore for real-time step status
Next
Create Pipeline