Get a session
GET/v1/projects/:project_id/agents/:agent_id/sessions/:session_id
Returns the session's current state — status, activity timestamps and configuration — read live from the backing runtime session, so a resumed session reflects everything that has happened since it was opened.
Request
Responses
- 200
- 401
- 404
- 502
The session.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.