JavaScript
Events
List events
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.cerca.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Minimum string length:
1Example:
"agent_abc123"
Query Parameters
Opaque pagination cursor returned by a previous request.
Example:
"cursor_abc123"
Comma-separated event type filter.
Example:
"thread.created,thread.completed"
When true, starts from the beginning of the retained buffer.
Available options:
true, false Example:
"true"
Maximum number of items to return. Defaults to 20 and preserves parseInt semantics.
Example:
"20"