---
title: "List all Pipelines within an Organization. This can be filtered by Application."
method: GET
path: "/orgs/{orgId}/pipelines"
tags: ["public", "Pipelines"]
---

# List all Pipelines within an Organization. This can be filtered by Application.

`GET /orgs/{orgId}/pipelines`

## Path parameters

- `orgId` string, required

## Query parameters

- `app` string[]
- `per_page` integer
- `page` string
- `trigger` string
- `metadata` object

## Response `200`

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

- Pipeline[]
  - `id` string, required — The id of the Pipeline.
  - `etag` string, required — The current entity tag value for this Pipeline.
  - `org_id` string, required — The id of the Organization containing this Pipeline.
  - `app_id` string, required — The id of the Application containing this Pipeline.
  - `name` string, required — The name of the Pipeline.
  - `status` string, required — The current status of the Pipeline.
  - `version` string, required — The unique id of the current Pipeline Version.
  - `created_at` string, date-time, required — The date and time when the Pipeline was created.
  - `trigger_types` string[], required — The list of trigger types in the current schema.
  - `metadata` object — The map of key value pipeline additional information

## 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)
