---
title: "Get pipeline"
method: GET
path: "/pipelines/{id}"
tags: ["pipelines"]
---

# Get pipeline

`GET /pipelines/{id}`

Get a pipeline with its steps and dependencies

## Path parameters

- `id` integer, required

## Response `200`

OK

- DtoPipelineDetailResponse
  - `data` DtoPipelineData
    - `attributes` DtoPipelineAttributes
      - `created_at` string
      - `name` string
      - `updated_at` string
    - `id` integer
    - `links` DtoPipelineLinks
      - `self` string
    - `type` string
  - `included` DtoStepData[]
    - `attributes` DtoStepAttributes
      - `depends_on` integer[]
      - `join_type` string
      - `kind` string
      - `name` string
    - `id` integer
    - `links` DtoStepLinks
      - `self` string
    - `type` string

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

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