Skip to main content
GET
List a session's audit log

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Client-provided session identifier. Use the same value across requests to continue the same agent session.

Required string length: 2 - 100
Pattern: ^[0-9a-zA-Z._:-]+$

Query Parameters

after
string

Opaque pagination cursor. Return only items positioned after it; pass a value obtained from a previous page to fetch the next one.

limit
integer
default:100

Maximum number of items to return.

Required range: 1 <= x <= 1000

Response

OK

events
object[]
required
next_cursor
string

Cursor for the next page. Pass it as after to fetch the following events. Omitted when there are no more events.