---
title: "List Pipelines"
method: GET
path: "/apps/{app_id}/pipelines"
tags: ["Deploys"]
---

# List Pipelines

`GET /apps/{app_id}/pipelines`

## Path parameters

- `app_id` string, required

## Response `200`

Successful response

- Pipeline[]
  - `id` integer
  - `aasm_state` string
  - `status_reason` string
  - `started_at` string
  - `total_duration` number
  - `error_message` string
  - `name` string
  - `commit_long` string
  - `commit_short` string
  - `commit_date` string

## Other responses

- `401` — Unauthorized — missing or invalid credentials
- `404` — Not found

---

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