---
title: "List pipelines"
method: GET
path: "/v2/{ledger}/pipelines"
tags: ["ledger.v2"]
---

# List pipelines

`GET /v2/{ledger}/pipelines`

## Response `200`

Pipelines list

- V2PipelinesCursorResponse
  - `cursor` object, required — Paginated cursor wrapping the list of pipelines
    - `pageSize` integer, required
    - `hasMore` boolean, required
    - `previous` string
    - `next` string
    - `data` V2Pipeline[], required
      - `ledger` string, required — Name of the ledger the pipeline reads from
      - `exporterID` string, required — Identifier of the exporter the pipeline feeds
      - `id` string, required
      - `createdAt` string, date-time, required
      - `lastLogID` integer
      - `enabled` boolean

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/formancehq/apis/ledger-api.md) · [All operations](https://skmtc.dev/formancehq/apis/ledger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/formancehq/ledger-api/revisions/fe945da1b75d/schema)
