pipelines
Describe pipeline schema
Retrieves the pipeline schema of the pipeline identified by the given pipelineId, enriched by attributes. 200 - OK responses include the pipeline schema. 204 - OK responses indicate a successful request, with no saved schema found for the given pipeline ID.
get/pipelines/{pipelineId}/schema
Path parameters
pipelineIdinteger required
Pipeline numeric identifier
Query parameters
workspaceIdinteger
Workspace numeric identifier
sourceWorkspaceIdinteger nullable
Source workspace numeric identifier
attributesPipelineSchemaAttributes[]
Additional attribute values to include in the response: schema returns the pipeline schema, params returns the pipeline config. Returns all if attributes is omitted.
versionIdstring
Pipeline version identifier
Response
OK