---
title: "List Pipeline"
method: GET
path: "/v1/pipeline"
tags: ["pipeline"]
---

# List Pipeline

`GET /v1/pipeline`

The Kanban board: this org's pipeline items joined to their properties, ordered by
(stage, position). Archived cards are hidden unless `archived=true`; `stage` filters to one
column.

## Query parameters

- `stage` string, nullable
- `archived` boolean

## Headers

- `authorization` string, nullable
- `X-Tenant` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mireye/apis/mireye-scout-api.md) · [All operations](https://skmtc.net/mireye/apis/mireye-scout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mireye/mireye-scout-api/versions/7c501afae006/schema)
