Skip to main content
POST
Record an action's execution outcome

Authorizations

Authorization
string
header
required

A VisIQ API key presented as Authorization: Bearer vq_prod_.... Mint harness keys under Settings → Harness Keys and API keys under Settings → API Keys in the dashboard.

Body

application/json
decision_id
string<uuid>
required
result
enum<string>
required
Available options:
success,
failure,
error
details
string
Maximum string length: 2000

Response

The outcome was recorded.

updated
boolean
required