Args:
pipeline_filter_model: Filter model used for pagination, sorting,
filtering.
project_name_or_id: Optional name or ID of the project to filter by.
hydrate: Flag deciding whether to hydrate the output model(s)
by including metadata fields in the response.
Returns:
List of pipeline objects matching the filter criteria.
Authorizations
Query parameters
project_name_or_idany ofOptional
stringOptional
or
string · uuidOptional
or
nullOptional
hydratebooleanOptionalDefault: false
sort_bystringOptionalDefault: created
logical_operatorstring · enumOptional
Logical Ops to use to combine filters on list methods.
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.
Authorizations
Path parameters
pipeline_idstring · uuidRequired
Query parameters
hydratebooleanOptionalDefault: true
Responses
get
GET /api/v1/pipelines/{pipeline_id} HTTP/1.1
Host:
Accept: */*