Get Or Create Session
sessions
Get Or Create Session
Get a Session by ID or create a new Session with the given ID.
If Session ID is provided as a 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
Body
application/json
Session creation parameters
Required string length:
1 - 512Pattern:
^[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.