Skip to main content
GET
/
api
/
ledger
/
v2
/
_
/
exporters
List exporters
curl --request GET \
  --url http://localhost/api/ledger/v2/_/exporters
{
  "cursor": {
    "cursor": {
      "pageSize": 15,
      "hasMore": false,
      "data": [
        {
          "driver": "<string>",
          "config": {},
          "id": "<string>",
          "createdAt": "2023-11-07T05:31:56Z"
        }
      ],
      "previous": "YXVsdCBhbmQgYSBtYXhpbXVtIG1heF9yZXN1bHRzLol=",
      "next": ""
    },
    "data": [
      {
        "driver": "<string>",
        "config": {},
        "id": "<string>",
        "createdAt": "2023-11-07T05:31:56Z"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.formance.com/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve all configured exporters. Exporters stream ledger data to external systems like data warehouses or analytics platforms.

Response

Exporters list

cursor
object