Skip to main content
GET
/
api
/
ledger
/
v2
/
_
/
exporters
/
{exporterID}
Get exporter state
curl --request GET \
  --url http://localhost/api/ledger/v2/_/exporters/{exporterID}
{
  "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 the current state and configuration of an exporter, including sync status and any errors.

Path Parameters

exporterID
string
required

The exporter id

Response

Exporter information

data
object
required