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

# Get a pipeline

`GET /pipelines/{pipelineId}`

Get one pipeline by its id, including its stages (`lanes`) and column configuration. A pipeline
holds records of exactly one type: companies or contacts (`recordType`).

## Path parameters

- `pipelineId` string, required

## 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)
