Get a pipeline's workflows
GET {{baseUrl}}/pipeline/:pipeline-id/workflow?page-token=consequat est
Returns a paginated list of workflows by pipeline ID.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page-token | string | A token to retrieve the next page of results. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"id":"urn:uuid:57a19fd0-8988-277d-415e-cb9ba424244e","name":"build-and-test","status":"canceled","created_at":"2021-07-06T05:09:26.667Z","stopped_at":"1976-04-02T21:41:17.911Z","pipeline_id":"9a91e82d-015d-bb5a-de79-1dcaa136194f","pipeline_number":93701797,"project_slug":"gh/CircleCI-Public/api-preview-docs","started_by":"9b3c66f9-c800-cc4f-0928-5683b682107b","canceled_by":"920cf62c-1e5f-8c85-040b-efb88dbeeca8","errored_by":"urn:uuid:962ba6d5-c7e0-50cc-70f4-5c24132fc550","tag":"setup"},{"id":"urn:uuid:74975161-3fd4-4e17-952d-39abae2e0903","name":"build-and-test","status":"running","created_at":"2021-12-21T09:47:08.053Z","stopped_at":"1982-01-03T11:34:26.778Z","pipeline_id":"6dca777b-aaf9-8386-06d9-040c1eafae74","pipeline_number":78130768,"project_slug":"gh/CircleCI-Public/api-preview-docs","started_by":"f96dc2e9-9f15-b56a-5515-3fa457a88d21","canceled_by":"urn:uuid:e823f1c3-e5c8-5ae0-85c7-3370fc599113","errored_by":"urn:uuid:6d0fdea7-6712-ea8e-18c1-862133b79d68","tag":"setup"}],"next_page_token":"Duis"}