v1
latestOpenAPI 3.0.42026-07-241876123.9 KBArchived sessions
Retrieves completed charge sessions accessible by the current user, filtered by date range and either an installation or a single charger. Results are returned in cursor-paginated pages; when hasMore is true, send the returned cursor as ?cursor= on the next request to fetch the next page. Default page size: 50. Max: 200.
Query parameters
Inclusive lower bound for session end time. Required.
Exclusive upper bound for session end time. Required, must be after from.
Installation to list sessions for. Requires owner role on the installation. Mutually exclusive with chargerId exactly one of the two is required.
Single charger to list sessions for. Requires owner role on the charger. Mutually exclusive with installationId exactly one of the two is required.
Page size. Default 50, max 200.
Opaque cursor from a previous response's cursor field. Omit to start from the first page.
Response
OK