Pipelines
Gets a list of pipelines.
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.
falsecreatedLogical Ops to use to combine filters on list methods.
andPossible values: 120Successful Response
Unauthorized
Forbidden
Not Found
Unprocessable Entity
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.
trueSuccessful Response
Response model for pipelines.
falseUnauthorized
Forbidden
Not Found
Unprocessable Entity
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.
Returns: The updated pipeline object.
Update model for pipelines.
Successful Response
Response model for pipelines.
falseUnauthorized
Forbidden
Not Found
Unprocessable Entity
Deletes a specific pipeline.
Args: pipeline_id: ID of the pipeline to delete.
Successful Response
Unauthorized
Forbidden
Not Found
Unprocessable Entity
No content
Last updated
Was this helpful?