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"
  }
}

Path Parameters

exporterID
string
required

The exporter id

Response

Exporter information

data
object
required