v13

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-04237161688.6 KB
Sessions

Retrieve a session

Retrieve the details of a session

get/sessions/{session_id}

Path parameters

session_idstring required

The ID of the session

Response

Success

object'session' required

String representing the object's type. Objects of the same type share the same value.

idstring required
user_idstring required
client_idstring required
actorobject nullable
status'active' | 'revoked' | 'ended' | 'expired' | 'removed' | 'abandoned' | 'replaced' | 'pending' required
last_active_organization_idstring nullable
last_active_atinteger required
expire_atinteger required

Unix timestamp of expiration.

abandon_atinteger required

Unix timestamp of abandonment.

updated_atinteger required

Unix timestamp of last update.

created_atinteger required

Unix timestamp of creation.