---
title: "List all versions of the pipeline"
method: GET
path: "/orgs/{orgId}/apps/{appId}/pipelines/{pipelineId}/versions"
tags: ["public", "Pipelines"]
---

# List all versions of the pipeline

`GET /orgs/{orgId}/apps/{appId}/pipelines/{pipelineId}/versions`

## Path parameters

- `orgId` string, required
- `appId` string, required
- `pipelineId` string, required

## Query parameters

- `per_page` integer
- `page` string

## Response `200`

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

- PipelineVersion[]
  - `id` string, required — The unique id of the current Pipeline Version.
  - `org_id` string, required — The id of the Organization containing this Run.
  - `app_id` string, required — The id of the Application containing this Run.
  - `pipeline_id` string, required — The id of the Pipeline associated with the Run.
  - `created_by` string, required — User id of the pipeline version.
  - `created_at` string, date-time, required — The date and time when the specific pipeline version was created.

## Other responses

- `400` — The request was invalid. More detail can be found in the error body.
- `404` — Either the resource or a related resource could not be found. More detail can be found in the error body.

---

[API](https://skmtc.net/humanitec/apis/humanitec-api.md) · [All operations](https://skmtc.net/humanitec/apis/humanitec-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humanitec/humanitec-api/revisions/e21ad140ec3c/schema)
