v1

latestOpenAPI 3.1.02026-07-263992128.7 KB
Pipelines

Validate pipeline schema

Validate a pipeline definition without creating or updating a pipeline.

This endpoint does not require authentication. If you provide an API key, Orchestra also validates account-specific references such as integration connections. The endpoint is rate limited to 20 requests per minute per IP.

post/pipelines/schema

Query parameters

canonicalizeboolean

When true, a valid response also includes the pipeline serialised in Orchestra's canonical camelCase form under a 'pipeline' key.

Request body

object required

Pipeline definition JSON to validate.

Response

Successful response.

messagestring required

Example response

{
  "message": "Pipeline schema is valid"
}