Describe pipeline schema
GET/pipelines/:pipelineId/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.
Request
Responses
- 200
- 204
- 400
- 403
OK
Request OK - No schema found for given pipeline ID
Bad request
Operation not allowed