Retrieve Pipelines
Get Pipeline
GET
Get Pipeline
Given the name of the pipeline this API returns the status of the pipeline. It returns the summary and status of all the recent run export jobs for the pipeline.
Example Response: Status with no Summary and a Filter
Example Response: Status with no Summary and a Filter
Authorizations
Service Account
Query Parameters
Required if using service account to authenticate request.
The name that uniquely identifies the pipeline.
Default: false. Only lists task count by status and no details.
Filters the tasks by the given status. Valid options for status are pending, running, retried, failed, canceled, and timed_out.
Get Pipeline