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
OAuth2passwordRequired
Token URL:
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
OAuth2passwordRequired
Token URL:
Path parameters
pipeline_idstring · uuidRequired
Query parameters
hydratebooleanOptionalDefault: true
Responses
200
Successful Response
application/json
Response model for pipelines.
bodyany ofOptional
or
nullOptional
metadataany ofOptional
or
nullOptional
resourcesany ofOptional
or
nullOptional
idstring · uuidRequired
permission_deniedbooleanOptionalDefault: false
namestring · max: 255Required
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Entity
application/json
get
/api/v1/pipelines/{pipeline_id}
Update Pipeline
put
Updates the attribute on a specific pipeline using its unique id.
Args:
pipeline_id: ID of the pipeline to get.
pipeline_update: the model containing the attributes to update.