event_time order, giving you a precise chronological trace of every API call the agent made during that session. This is the primary tool for session replay, root cause analysis, and understanding exactly what an agent did — including which external paths it hit, what responses it received, and whether any errors occurred.
Results are capped at 500 events per request. Use the
limit parameter to reduce the page size. If a session has more than 500 events, only the earliest limit events are returned.Request
JWT identifying the authenticated user.
UUID of the agent that owns the session.
UUID of the project the agent belongs to.
Query parameters
UUID of the agent session. Corresponds to the
agent_session_id claim in the session JWT and the AgentSession.id in UASAM.Maximum number of events to return. Clamped to the range
[1, 500]. Defaults to 200.Response
1 on success.session_events_listed on success.The agent UUID from the request headers.
The project UUID from the request headers.
The session UUID from the query parameters, echoed back.
Number of events included in this response (at most
limit).Ordered list of serialized
BackendEvent records.