List Logs
OCPP Logs
List Logs
GET
List Logs
Returns a paginated list of OCPP communication logs for a specific charger. Supports filtering by method, status, destination, date range, and sorting.
The UUID of the charger.
Filter by OCPP method (e.g.,
Heartbeat, StartTransaction, MeterValues). Accepts an array or a comma-separated list of values.Filter by log status. One or more of
pending, done, or failed. Accepts an array or a comma-separated list of values.Filter by message destination. One or more of
centralsystem or charger. Accepts an array or a comma-separated list of values.Hide high-volume, low-significance logs (
Heartbeat, MeterValues, SetChargingProfile, SecurityEventNotification, GetConfiguration, and ChangeConfiguration). Use 1 to hide or 0 to show.Filter logs from this date. Format:
Y-m-d or Y-m-d H:i:s.Filter logs until this date. Must be after or equal to
filter[date_from]. Format: Y-m-d or Y-m-d H:i:s.Sort field. Use
created_at for ascending or -created_at for descending (default).Page number for pagination.
Response
The response is a paginated payload (simplePaginate, 25 per page). Log entries are returned in the data array, alongside the standard pagination fields (current_page, per_page, first_page_url, prev_page_url, next_page_url, from, to, path) and the additional filter_options field described below.
The list of log entries. Each entry has the following fields.
Available filter options.