Get Session
Sessions
Get Session
Retrieve a single session with its full message history.
GET
Get Session
Authentication
Requires an API key.Path parameters
The ID of the session to retrieve.
Query parameters
The ID of the workspace the session belongs to. Optional when using an API key.
Response
The full session object including messages.
Example
Response
Errors
| Status | Description |
|---|---|
401 | Invalid or missing authentication |
403 | No access to the specified workspace |
404 | Session not found |
500 | Server error |