# Fetch IDLE and ACTIVE sessions Returns up to 100 live sessions, sorted in descending order of creation time. Endpoint: GET /v1.0/sessions Version: 1.0 Security: AdministrationAccess, ClientAccess ## Query parameters: - `instanceId` (string, required) Filter sessions based on Instance UUID. ## Response 200 fields (application/json): - `sessionId` (string) UUID of the session. - `instanceId` (string) UUID of the instance that this session operates on. - `state` (string) Current state of this session. Enum: "IDLE", "ACTIVE" - `chargedUntil` (integer) The timestamp for the last scheduled automatic charge, in milliseconds since the epoch. - `lastHeartBeat` (integer) The timestamp when the last heartbeat was received, in milliseconds since the epoch. - `lastAccessRequest` (integer) The timestamp when the last access request was received for the session, in milliseconds since the epoch.