Skip to main content
GET
Query the retrieval decision log

Authorizations

Authorization
string
header
required

A VisIQ API key presented as Authorization: Bearer vq_prod_.... Mint keys under Connectors -> API Keys in the dashboard.

Query Parameters

page
integer
default:1

1-based page number.

Required range: x >= 1
limit
integer
default:50

Page size (max 100).

Required range: 1 <= x <= 100
agent_id
string
Maximum string length: 255
operation
enum<string>
Available options:
retrieve,
tool_call,
prompt_render,
emergency_bypass_activate,
emergency_bypass_deactivate
decision
enum<string>
Available options:
allow,
deny,
redact,
escalate
reason_code
enum<string>
Available options:
TIER_MISMATCH,
PRINCIPAL_EXCLUDED,
POLICY_DENY,
AUDIENCE_EXPANSION,
SURFACE_RESTRICTION,
POLICY_ALLOW,
DEFAULT_DENY,
EMERGENCY_BYPASS
start_date
string<date-time>
end_date
string<date-time>

Response

A page of decision entries.

Offset pagination envelope (data + total/page/pageSize).

total
integer
page
integer
pageSize
integer
data
object[]