Skip to main content
Version: 4.7.8

Get pipelines

Get pipelines

Query Parameters
    label string

    The label to filter pipelines by

    slug any

    The slug to filter pipelines by

    folderId string

    The folder ID to filter pipelines by. Null filters to root folder. Absent will return all folders.

Responses

Pipelines retrieved successfully


Schema
    data object[] required
  • Array [
  • id uuid required

    The ID of the pipeline

    createdAt float required

    Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.

    updatedAt float required

    Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.

    archivedAt float nullable required

    Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.

    labels string[] required

    The labels attached to the pipeline

    displayName string nullable

    The name of the pipeline

    slug string required

    The slug of the pipeline

    organizationId string required

    The ID of the organization that owns the pipeline

    branch string nullable required

    The branch that the pipeline is associated with

    privateMemberId string nullable required

    If null, this is a team pipeline. If not null, this is a private pipeline for the specified member ID.

    privateUserEmail string nullable required

    If null, this is a team pipeline. If not null, this is a private pipeline for the specified email.

  • ]
Loading...