Request a CDR export

Triggers an asynchronous export of Charge Detail Records (CDRs) for an operator. The export is processed in the background and the resulting file is delivered by email to the address provided. The recipient email must belong to a Monta user with export permission on the target operator.

Notes:
- The date range may not exceed 31 days.
- If operatorId is omitted, it is derived from the credentials. Consumers with multiple authorised operators must specify it explicitly.
- direction defaults to INBOUND (CDRs Monta issued as CPO to partner eMSPs). Set OUTBOUND to export CDRs Monta received as eMSP from partner CPOs.

Required scope: cdr-exports:write
Organization authorization: supported

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int64 | null
> 0

The ID of the operator whose CDRs will be exported. If not provided, operator ID will be derived from the used api credentials.

string
required
length ≥ 1
\d{4}-\d{2}-\d{2}

Start of the export range (inclusive), in yyyy-MM-dd format.

string
required
length ≥ 1
\d{4}-\d{2}-\d{2}

End of the export range (inclusive), in yyyy-MM-dd format. Must be on or after from, and the range may not exceed 31 days.

string | null
enum
Defaults to CSV

Output format for the exported file. Defaults to CSV.

Allowed:
string
required
length ≥ 1

Email address that the export will be delivered to. Must belong to a Monta user with the export permission on the target operator.

string | null

Optional filter. When set, only CDRs whose EMSP identifier ({CountryCode}*{PartyId}) matches are exported. Does not appear as a column in the exported file.

boolean | null

Optional filter. When set, only CDRs with the matching self-managed flag (bilateral agreement) are exported.

string | null
enum
Defaults to INBOUND

Direction of the CDRs to export. INBOUND (default) exports CDRs Monta issued as CPO to partner eMSPs (Monta operated the charge point). OUTBOUND exports CDRs Monta received as eMSP from partner CPOs (Monta's drivers charged on partner networks). Defaults to INBOUND when omitted.

Allowed:
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json