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

# Get pipeline config

`GET /repositories/{id}/config/pipeline`

Get the pipeline assigned to a repository. Use ?include=pipeline to include the full pipeline resource.

## Path parameters

- `id` integer, required

## Query parameters

- `include` string

## Response `200`

OK

- DtoPipelineConfigResponse
  - `data` DtoPipelineConfigData
    - `attributes` DtoPipelineConfigAttributes
      - `pipeline_id` integer
    - `links` DtoPipelineConfigLinks
      - `pipeline` string
    - `type` string
  - `included` DtoPipelineData[]
    - `attributes` DtoPipelineAttributes
      - `created_at` string
      - `name` string
      - `updated_at` string
    - `id` integer
    - `links` DtoPipelineLinks
      - `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/versions/3f72fa58f3fb/schema)
