Export Charger Logs
OCPP Logs
Export Charger Logs
POST
Export Charger Logs
Starts an asynchronous export of OCPP logs for the charger. Returns an export resource that can be polled for status. Rate limited to 3 requests per 60 minutes.
The UUID of the charger.
Response
Returns HTTP 202. The export can be tracked via the Exports endpoints.The unique identifier of the export.
The export type.
The current status of the export. One of
pending, processing, ready, failed, or cancelled.The filename of the exported file. May be
null if the export has not completed.The file size in bytes. May be
null if the export has not completed.The number of rows in the export. May be
null if the export has not completed.The error message if the export failed. May be
null.ISO 8601 timestamp of when the export was requested.
ISO 8601 timestamp of when the export completed. May be
null.ISO 8601 timestamp of when the export failed. May be
null.The subject that was exported. Only present when the export has an associated subject.
A signed URL to download the exported file. Only present when status is
ready.Additional metadata about the request.