Retrieve a session
Management
Retrieve a session
Get full details of a single session.
GET
Retrieve a session
Retrieves the complete Session object, including the original request, current status, and execution metadata.
Auth is optional: supports public shares.
Returns the Session object if the ID is valid and you have access. Returns
404 otherwise.
Path parameters
The session ID returned when the session was created.
Examples
Response
Errors
| Status | Cause |
|---|---|
404 | Session not found, or you don’t have access to it. |