Event Endpoints
Get Event
Retrieve a single event by its ID.
GET
Requires
Authorization: Bearer header with a deploy token (qt_deploy_*) or Supabase JWT.Path Parameters
string
required
UUID of the event to retrieve.
Response
string
Event UUID.
string
Session UUID this event belongs to.
string
Detected agent identifier.
string
Type of action:
PROCESS_EXEC, FILE_READ, FILE_WRITE, FILE_DELETE, NETWORK_CONNECT.string
Binary basename of the invoked tool.
array
Process arguments or file paths.
integer
Computed risk score (0-100).
string
Policy decision:
allow or block.datetime
When the event occurred.