---
title: "List exporters"
method: GET
path: "/v2/_/exporters"
tags: ["ledger.v2"]
---

# List exporters

`GET /v2/_/exporters`

## Response `200`

Exporters list

- V2ExportersCursorResponse
  - `cursor` object, required — Paginated cursor wrapping the list of exporters
    - `pageSize` integer, required
    - `hasMore` boolean, required
    - `previous` string
    - `next` string
    - `data` V2Exporter[], required
      - `driver` string, required — Name of the exporter driver to use
      - `config` object, required — Driver-specific configuration for the exporter
      - `id` string, required
      - `createdAt` string, date-time, required

## Other responses

- `default` — Error

## Changes

- **2026-03-27** `a7dd5bee437d` — 1 breaking, 7 info
  - the `cursor` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `cursor/next` to the response with the `200` status
  - added the optional property `cursor/previous` to the response with the `200` status
  - removed `#/components/schemas/V2ExportersCursorResponse, subschema #2` from the `cursor` response property `allOf` list for the response status `200`
  - …4 more
- **2025-12-12** `2945092328b9` — 2 warning
  - added the new `SCHEMA_ALREADY_EXISTS` enum value to the `errorCode` response property for the response status `default`
  - added the new `SCHEMA_NOT_SPECIFIED` enum value to the `errorCode` response property for the response status `default`
- **2025-07-18** `bb7a9c0b2a63` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/formancehq/apis/ledger-api/changes/v2/_/exporters/get.md)

---

[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/a0dfa3b73bf8/schema)
