Skip to main content
POST
/
v3
/
chargers
/
{charger}
/
logs
/
export
Export Charger Logs
curl --request POST \
  --url https://app.plugchoice.com/api/v3/chargers/{charger}/logs/export \
  --header 'Authorization: Bearer <token>'
{
  "uuid": "<string>",
  "type": "<string>",
  "status": "<string>",
  "requested_at": "<string>"
}
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 minute.
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 initial status of the export. One of pending or processing.
requested_at
string
ISO 8601 timestamp of when the export was requested.