List pipelines
List pipelines
Query parameters
Filter pipelines by slug
The ID of the folder to filter pipelines by
The ID of the folder to filter pipelines by
Response
Successful response
Example response
{
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"createdAt": "2025-04-01T00:00:00.000Z",
"updatedAt": "2025-04-01T00:00:00.000Z",
"slug": "my-awesome-pipeline",
"displayName": "My Awesome Pipeline",
"folderId": "6527747a-ba86-441a-aebd-1ad94460bc89",
"archivedAt": "2025-04-01T00:00:00.000Z",
"goldenDatasetId": "6527747a-ba86-441a-aebd-1ad94460bc89"
}
]
}Changes
Changed in 2 of the 5 revisions of this API.812
- ▲
the
data/items/archivedAtresponse's property type/format changed fromstringnull/date-timetostringnull/for status200response-property-type-changed
- ▲
the
data/items/createdAtresponse's property type/format changed fromstring/date-timetostring/for status200response-property-type-changed
- ▲
the
data/items/updatedAtresponse's property type/format changed fromstring/date-timetostring/for status200response-property-type-changed
- ▲
removed the required property
data/items/branchfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/labelsfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/organizationIdfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/privateMemberIdfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/versionfrom the response with the200statusresponse-required-property-removed
- ●
deleted the
queryrequest parameterlabelrequest-parameter-removed
- ○
the
data/items/slugresponse's property pattern^[a-z0-9]+(-[a-z0-9]+)*$was added for the status200response-property-pattern-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○