Archived 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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
date-time

Inclusive lower bound for session end time. Required.

date-time

Exclusive upper bound for session end time. Required, must be after from.

uuid

Installation to list sessions for. Requires owner role on the installation.
Mutually exclusive with chargerId exactly one of the two is required.

uuid

Single charger to list sessions for. Requires owner role on the charger.
Mutually exclusive with installationId exactly one of the two is required.

int32

Page size. Default 50, max 200.

string

Opaque cursor from a previous response's cursor field. Omit to start from the first page.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json