Get Or Create Session
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 for verification.
POST
Get Or Create Session
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
Required string length:
1 - 100Pattern:
^[a-zA-Z0-9_-]+$The set of options that can be in a session DB-level configuration dictionary.
All fields are optional. Session-level configuration overrides workspace-level configuration, which overrides global configuration.