Pipelines
List pipelines
List pipelines
get/v4/pipelines
Query parameters
Filter pipelines by slug
folderIdstring uuid nullable
The ID of the folder to filter pipelines by
Example:123e4567-e89b-12d3-a456-426614174000
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"
}
]
}