List a session's audit log
Returns the session’s audit log — an immutable, time-ordered record of what happened during its agent runs (LLM calls, tool results, and run outcomes). Events are ordered by the time they occurred. Use after and limit to page through them; pass the response’s next_cursor as the next request’s after to fetch the following page.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Client-provided session identifier. Use the same value across requests to continue the same agent session.
2 - 100^[0-9a-zA-Z._:-]+$Query Parameters
Opaque pagination cursor. Return only items positioned after it; pass a value obtained from a previous page to fetch the next one.
Maximum number of items to return.
1 <= x <= 1000