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
Optional timeout for the request.
Parameters
The unique ID of the session to retrieve.
Response Parameters
Indicates if the session is currently active.
The unique identifier of the session.
The internal ID of the session in the database.
The ID of the user associated with the session.
The timestamp when the session was created.