Skip to main content
GET
Requires Authorization: Bearer header with a deploy token (qt_deploy_*) or Supabase JWT.

Query Parameters

string
Filter by agent identifier (e.g., claude-code).
string
Filter by session UUID.
string
Filter by action type: PROCESS_EXEC, FILE_READ, FILE_WRITE, FILE_DELETE, NETWORK_CONNECT.
string
Filter by tool name (binary basename, e.g., git, curl).
string
Filter by policy decision: allow, block.
number
Minimum risk score. Finite numbers only — NaN and Infinity are rejected.
number
Maximum risk score.
datetime
RFC 3339 timestamp (2026-04-11T09:30:00Z) or a bare date (2026-04-11, interpreted as midnight UTC). Only return events on or after this time. Alias for start_time; start_time wins if both are given.
datetime
RFC 3339 timestamp or a bare date. Only return events on or after this time.
datetime
RFC 3339 timestamp or a bare date. Only return events on or before this time.

Response

array
Array of event records matching the filters.