Get pipelines
Get pipelines
Query Parameters
The label to filter pipelines by
The slug to filter pipelines by
The folder ID to filter pipelines by. Null filters to root folder. Absent will return all folders.
- 200
Pipelines retrieved successfully
Schema
- Array [
- ]
data object[] required
The ID of the pipeline
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
The labels attached to the pipeline
The name of the pipeline
The slug of the pipeline
The ID of the organization that owns the pipeline
The branch that the pipeline is associated with
If null, this is a team pipeline. If not null, this is a private pipeline for the specified member ID.
If null, this is a team pipeline. If not null, this is a private pipeline for the specified email.
The ID of the golden dataset associated with the pipeline
{ "data": [ { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "createdAt": 0, "updatedAt": 0, "archivedAt": 0, "labels": [ "string" ], "displayName": "string", "slug": "string", "organizationId": "string", "branch": "string", "privateMemberId": "string", "privateUserEmail": "string", "goldenDatasetId": "string" } ] }
Schema
- Array [
- ]
pipelines object[]
The ID of the pipeline
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
The labels attached to the pipeline
The name of the pipeline
The slug of the pipeline
The ID of the organization that owns the pipeline
The branch that the pipeline is associated with
If null, this is a team pipeline. If not null, this is a private pipeline for the specified member ID.
If null, this is a team pipeline. If not null, this is a private pipeline for the specified email.
The ID of the golden dataset associated with the pipeline
{ "pipelines": [ { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "createdAt": 0, "updatedAt": 0, "archivedAt": 0, "labels": [ "string" ], "displayName": "string", "slug": "string", "organizationId": "string", "branch": "string", "privateMemberId": "string", "privateUserEmail": "string", "goldenDatasetId": "string" } ] }