---
title: "List pipelines"
method: GET
path: "/pipelines"
tags: ["Pipelines"]
---

# List pipelines

`GET /pipelines`

List the pipelines visible to the authenticated user, most recently updated first. A pipeline
is visible when it is public or explicitly shared with the user — an API service account only
sees public pipelines and those it was added to. Each pipeline carries its stages in `lanes`
(`id`, `title`, `color`, `order`, `archived`); pass a lane's `id` as `laneId` when adding or
moving entries.

## Headers

- `project` string, required

## Response `200`

Ok

- object[]
  - `updatedAt` string, required
  - `createdAt` string, required
  - `sortBy` unknown
  - `color` string
  - `icon` string
  - `organisation` object
    - `isValid` object
    - `createFromHexString` object
    - `createFromTime` object
    - `generate` object
    - `cacheHexString` unknown
    - `prototype` string
  - `name` string
  - `columns` unknown[], required
    - unknown
  - `recordType` 'COMPANY' | 'CONTACT', required
  - `lanes` unknown[], required
    - unknown
  - `viewType` 'board' | 'table', required
  - `isPublic` boolean, required
  - `project` object, required
    - `isValid` object
    - `createFromHexString` object
    - `createFromTime` object
    - `generate` object
    - `cacheHexString` unknown
    - `prototype` string
  - `users` ObjectId[], required
  - `_id` string, required

---

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