Get Pipelines
Return a paginated list of pipelines in a specific catalog
Status of the pipeline (IN_PROGRESS, SUCCEEDED, FAILED)
IN_PROGRESS
A string as the identifier of a registry. It can only be used in conjunction with application_id
Include results that apply to applications in the catalog (exclude dependencies)
true
Name of the field to order the pipelines: STARTED_AT, STATUS, PACKAGING_TYPE, REGISTRY_NAME, BASE_IMAGE_NAME, PRODUCT_NAME
STARTED_AT
Order to sort by the selected field: ASC or DESC (default)
An integer that identifies the page number for a paged response
An integer that identifies the maximum page size for a paged response
Paginated list of pipelines in a specific catalog
"PipelinesPage Object"
An error related to the request
"ConstraintsViolationsError Object"
It represents a constraints violation error
The requesting user is not authorized to get the pipelines
"Error403 Object"
The requested catalog is not found
"Error404 Object"
An internal server error object
"Error500 Object"
The server is temporarily unavailable
"Error503 Object"
curl -H 'Authorization: <value>' https://{api_host}/v1/catalogs/{catalog_id}/pipelines