---
title: "Get pipeline data"
method: GET
path: "/api/pipeline"
tags: ["pipeline"]
---

# Get pipeline data

`GET /api/pipeline`

Returns pipeline-view data. The shape depends on the view query parameter.

## Query parameters

- `view` string

## Response `200`

Successful response

- GetPipelineResponse
  - `items` PipelineItem[], required
    - `id` string, required
    - `heading` string, nullable, required
    - `stage` string, nullable, required
    - `updated_at` string, date-time, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `422` — Validation error
- `500` — Internal server error

---

[API](https://skmtc.net/brrrr-loans/apis/dscr-ai-api.md) · [All operations](https://skmtc.net/brrrr-loans/apis/dscr-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brrrr-loans/dscr-ai-api/revisions/54d1434a778b/schema)
