Session
Get session
Endpoint: GET /v1/sessions/{session_id}
This endpoint retrieves details of a specific session based on the provided session_id
.
Query String Parameters
timeout
string
Optional timeout for the request.
Parameters
session_id
string
requiredThe unique ID of the session to retrieve.
Response Parameters
active
boolean
Indicates if the session is currently active.
session_id
string
The unique identifier of the session.
_id
string
The internal ID of the session in the database.
user_id
string
The ID of the user associated with the session.
created_at
string
The timestamp when the session was created.