Get agent session
GET/v2/agents/:agent_key/sessions/:session_key
Supported API Key Type:
Personal
Retrieve the full details of a specific agent session using its unique session key. The response includes the session's configuration, metadata, timestamps, and other stored properties. Use this endpoint to inspect the current state of a session or verify its configuration.
Request
Responses
- 200
- 403
- 404
The requested agent session details.
Permissions do not allow accessing this agent session.
Agent or session not found.