Get a specific session in a workspace.
If session_id is provided as a query parameter, it verifies the session is in the workspace. Otherwise, it uses the session_id from the JWT token for verification.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of the workspace
Session creation parameters
Successful Response
The response is of type object
.
Get a specific session in a workspace.
If session_id is provided as a query parameter, it verifies the session is in the workspace. Otherwise, it uses the session_id from the JWT token for verification.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of the workspace
Session creation parameters
Successful Response
The response is of type object
.