Get pipelines, optionally filtered by label
Get pipelines, optionally filtered by label
Query Parameters
label string
The label to filter pipelines by
slug string
The slug to filter pipelines by
Responses
- 200
- 400
- 500
Pipelines retrieved successfully
application/json
application/json; charset=utf-8
Schema
Example (from schema)
Schema
pipelines object[] required
{ "pipelines": [ { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "createdAt": "2024-10-30T23:25:45.351Z", "updatedAt": "2024-10-30T23:25:45.351Z", "archivedAt": "2024-10-30T23:25:45.351Z", "labels": [ "string" ], "displayName": "string", "slug": "string", "organizationId": "string", "branch": "string", "goldenDatasetId": "string", "cases": [ { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "createdAt": "2024-10-30T23:25:45.351Z", "deletedAt": "2024-10-30T23:25:45.351Z", "updatedAt": "2024-10-30T23:25:45.351Z", "expectedOutputs": {}, "inputs": {}, "name": "string", "pipelineId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "datasetId": "3fa85f64-5717-4562-b3fc-2c963f66afa6" } ] } ] }
Schema
Example (from schema)
Schema
pipelines object[] required
{ "pipelines": [ { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "createdAt": "2024-10-30T23:25:45.351Z", "updatedAt": "2024-10-30T23:25:45.351Z", "archivedAt": "2024-10-30T23:25:45.351Z", "labels": [ "string" ], "displayName": "string", "slug": "string", "organizationId": "string", "branch": "string", "goldenDatasetId": "string", "cases": [ { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "createdAt": "2024-10-30T23:25:45.351Z", "deletedAt": "2024-10-30T23:25:45.351Z", "updatedAt": "2024-10-30T23:25:45.351Z", "expectedOutputs": {}, "inputs": {}, "name": "string", "pipelineId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "datasetId": "3fa85f64-5717-4562-b3fc-2c963f66afa6" } ] } ] }
Invalid pipeline ID
Server error
Loading...