pipelines
Get Pipeline
Gets a specific pipeline using its unique id.
Args: pipeline_id: ID of the pipeline to get. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response.
Returns: A specific pipeline object.
get/api/v1/pipelines/{pipeline_id}
Path parameters
pipeline_idstring uuid required
Query parameters
hydrateboolean
Response
Successful Response