Skip to main content
GET
/
v1
/
intent
/
history
List recent intent events
curl --request GET \
  --url https://gateway.inviolet.ai/v1/intent/history \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key minted at /settings/api-keys. Three scopes: read_only, policy_write, admin.

Query Parameters

limit
integer
default:50
cursor
string
user_id
string
outcome
enum<string>
Available options:
allowed,
denied,
pending_approval,
approved,
shadow_denied

Response

200

Paginated event list.