Skip to main content
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.
charger
string
required
The UUID of the charger.

Response

Returns HTTP 202. The export can be tracked via the Exports endpoints.
uuid
string
The unique identifier of the export.
type
string
The export type.
status
string
The current status of the export. One of pending, processing, ready, failed, or cancelled.
filename
string
The filename of the exported file. May be null if the export has not completed.
file_size
integer
The file size in bytes. May be null if the export has not completed.
row_count
integer
The number of rows in the export. May be null if the export has not completed.
error_message
string
The error message if the export failed. May be null.
requested_at
string
ISO 8601 timestamp of when the export was requested.
completed_at
string
ISO 8601 timestamp of when the export completed. May be null.
failed_at
string
ISO 8601 timestamp of when the export failed. May be null.
subject
object
The subject that was exported. Only present when the export has an associated subject.
download_url
string
A signed URL to download the exported file. Only present when status is ready.
meta
object
Additional metadata about the request.