sessions
Get Or Create Session
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.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the workspace
Body
application/json
Session creation parameters
Response
200
application/json
Successful Response
The response is of type object
.