---
title: "List Lead Pipelines"
method: GET
path: "/v1.0/teamFeatures/lead-pipelines"
tags: ["Team Features"]
---

# List Lead Pipelines

`GET /v1.0/teamFeatures/lead-pipelines`

Returns a page of lead pipeline entries defined on the caller's team. Use the returned lead pipeline IDs when assigning or filtering leads.

Notes:
- currPage is zero-based.
- Pass a non-empty name to filter lead pipeline entries by a name substring; omit it to list all.
- _metadata.total reflects the full result size before pagination.

## Query parameters

- `name` string
- `currPage` integer
- `pageSize` integer

## Headers

- `Authorization` string, required

## Response `200`

Page of lead pipeline entries with pagination metadata.

- PipelineListResponse — Response for GET /v1.0/teamFeatures/lead-pipelines: a page of lead pipeline entries with pagination metadata.
  - `get_metadata` MetaData — Pagination metadata (offset, limit, total, collection).
    - `collection` string — The element of the array
    - `limit` integer — Quantitative limitation of responded elements
    - `offset` integer — Start index of the responded elements
    - `total` integer — The sum of retrieved elements
    - `scrollId` string — Scroll ID for the search. You can then use the scroll ID to retrieve the next batch of results for the request.
  - `pipelines` PipelineResponse[] — Lead pipeline entries on this page.
    - `id` integer — Lead pipeline ID.
    - `name` string — Lead pipeline display name.

## Other responses

- `401` — Missing or invalid authentication token.
- `500` — Internal server error.

---

[API](https://skmtc.net/lofty/apis/lofty-service-open-apis.md) · [All operations](https://skmtc.net/lofty/apis/lofty-service-open-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lofty/lofty-service-open-apis/versions/23e640467118/schema)
