Skip to main content
GET
List Events

Path Parameters

id
string<uuid>
required

Query Parameters

after
integer | null

Only calls newer than this id. Use newest_id from the last response.

before
integer | null

Only calls older than this id. Use oldest_id to page back.

limit
integer
default:50
Required range: 1 <= x <= 100
tool
string
Minimum string length: 1
outcome
enum<string>

empty is an ok call that returned nothing useful.

Available options:
ok,
empty,
bad_args,
tool_error,
crashed
client
string
Minimum string length: 1

Response

OK

The response is of type unknown.