latestOpenAPI 3.0.02026-08-10221235717.8 KB

e21ad140ec3c

public
Pipelines

List all versions of the pipeline

get/orgs/{orgId}/apps/{appId}/pipelines/{pipelineId}/versions

Path parameters

orgIdstring required

The Organization ID

appIdstring required

The Application ID

pipelineIdstring required

The Pipeline ID

Query parameters

per_pageinteger

The maximum number of items to return in a page of results

pagestring

The page token to request from

Response

Successful list response. If the Link header is present, more data may be available.

idstring required

The unique id of the current Pipeline Version.

org_idstring required

The id of the Organization containing this Run.

app_idstring required

The id of the Application containing this Run.

pipeline_idstring required

The id of the Pipeline associated with the Run.

created_bystring required

User id of the pipeline version.

created_atstring date-time required

The date and time when the specific pipeline version was created.

Example response

[
  {
    "id": "01234567-89ab-cdef-0123-456789abcdef",
    "org_id": "sample-org",
    "app_id": "sample-app",
    "pipeline_id": "sample-pipeline",
    "created_by": "01234567-89ab-cdef-0123-456789abcdef",
    "created_at": "2023-01-01T00:00:00Z"
  }
]