---
title: "Get Pipeline"
method: GET
path: "/api/external/v2/pipelines/{pipeline_id}"
tags: ["external-v2-pipelines"]
---

# Get Pipeline

`GET /api/external/v2/pipelines/{pipeline_id}`

Return a single pipeline with all of its statuses.

## Path parameters

- `pipeline_id` integer, required

## Response `200`

Successful Response

- PipelineObjectResponse — OpenAPI schema for GET /api/external/v2/pipelines/<id> (object envelope).
  - `request_id` string, required
  - `timestamp` string, required
  - `data` PipelineResponse, required
    - `id` integer, required
    - `pipeline_type` string, nullable, required
    - `pipeline_name` string, nullable, required
    - `description` string, nullable, required
    - `owner_account_id` integer, nullable, required
    - `order` integer, nullable, required
    - `statuses` PipelineStatusResponse[]
      - `id` integer, required
      - `status` string, required
      - `custom_status_name` string, nullable, required
      - `description` string, nullable, required
      - `order` integer, nullable, required
      - `icon` string, nullable, required

## Other responses

- `422` — Validation Error

---

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