Documentation Index
Fetch the complete documentation index at: https://docs.pecta.ai/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/events returns a paginated list of evaluation events scoped to your organization. Each event records the gate results, latency, overall verdict, and reputation score at the time of evaluation. Events are returned in reverse chronological order — newest first.
Results are always isolated to your organization. There is no way to retrieve events from another organization, even with a valid key.
Endpoint
Authentication
Required. Pass your API key as a Bearer token:Query parameters
Maximum number of events to return. Minimum
1, maximum 100.Number of events to skip before returning results. Use with
limit to paginate. Maximum 100000.Filter to events for a specific agent. Must match exactly. Maximum 200 characters.
Filter by gate verdict. Accepts the string
"true" or "false". Omit to return events regardless of verdict.Return events on or after this timestamp. ISO 8601 UTC format, e.g.
2026-05-01T00:00:00Z.Return events on or before this timestamp. ISO 8601 UTC format, e.g.
2026-05-07T23:59:59Z.Response fields
Array of event objects, ordered newest first.
The
limit value applied to this request.The
offset value applied to this request.Number of events returned in this response. Less than or equal to
limit. Use count < limit to detect the last page.