Skip to main content
GET
Paginated event log

Authorizations

X-API-Key
string
header
required

Blindsight workspace API key (ak_live_…). Use this header for the scan API and the OpenAI proxy routes. The required permission scope is runtime_security.scan for scan endpoints, runtime_security.view for read-only analytics, and runtime_security.manage for configuration changes.

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 500
before_uuid
string

Cursor — returns events older than this event UUID.

verdict
enum<string>
Available options:
allow,
flag,
redact,
block
direction
enum<string>
Available options:
input,
output,
tool_call

Response

200 - application/json

Page of events

items
object[]
next_cursor
string | null