Pipelines

List pipelines

List pipelines

get/v4/pipelines

Query parameters

string
OR

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"
    }
  ]
}

Changes

Changed in 2 of the 5 revisions of this API.812

  • 76bde656b16e811See the full diff
    • the data/items/archivedAt response's property type/format changed from string null/date-time to string null/ for status 200

      response-property-type-changed

    • the data/items/createdAt response's property type/format changed from string/date-time to string/ for status 200

      response-property-type-changed

    • the data/items/updatedAt response's property type/format changed from string/date-time to string/ for status 200

      response-property-type-changed

    • removed the required property data/items/branch from the response with the 200 status

      response-required-property-removed

    • removed the required property data/items/labels from the response with the 200 status

      response-required-property-removed

    • removed the required property data/items/organizationId from the response with the 200 status

      response-required-property-removed

    • removed the required property data/items/privateMemberId from the response with the 200 status

      response-required-property-removed

    • removed the required property data/items/version from the response with the 200 status

      response-required-property-removed

    • deleted the query request parameter label

      request-parameter-removed

    • the data/items/slug response's property pattern ^[a-z0-9]+(-[a-z0-9]+)*$ was added for the status 200

      response-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