Get a single action decision
Audit Log
Get a single action decision
Fetch one action decision by ID, including the linked approval item when the decision was approval_required. Requires permission allow_audit_log:view and scope rules:read (or allow:read).
GET
Get a single action decision
Authorizations
A VisIQ API key presented as Authorization: Bearer vq_prod_.... Mint keys under Connectors -> API Keys in the dashboard.
Path Parameters
The decision (audit-log entry) UUID.
Response
The decision, with an attached hitl object (or null).
Available options:
permit, deny, approval_required, mask Available options:
approved, rejected, timeout, null The linked approval item when the decision was approval_required, else null.