Get a Pipeline
| Parameter | Type | Required | Description |
|---|---|---|---|
pipeline | query | Yes | Pipeline name |
200 OK with the full PipelineConfig JSON.
List All Pipelines
200 OK with an array of all PipelineConfig objects.
Create or Update a Pipeline
200 OK
Validation: The configuration is validated before saving. Invalid configurations return 500 with error details. See Pipeline Configuration for all constraints.
Delete a Pipeline
| Parameter | Type | Required | Description |
|---|---|---|---|
pipeline | query | Yes | Pipeline name |
200 OK
AI Schema Generation
To generate a pipeline configuration automatically from an uploaded file, see the AI Schema Generation API.Authentication
IfuseApiKeys is enabled, all requests must include the x-api-key header:
secrets.apiKeysSecretName.