List the approval queue
Human-in-the-loop
List the approval queue
Paginated approval queue. Defaults to pending items (FIFO). Filter by status and category. Requires permission allow_hitl:view.
GET
List the approval queue
Authorizations
A VisIQ API key presented as Authorization: Bearer vq_prod_.... Mint keys under Connectors -> API Keys in the dashboard.
Query Parameters
1-based page number.
Required range:
x >= 1Page size (max 100).
Required range:
1 <= x <= 100Filter by status. Omit to default to pending; use all for no filter.
Available options:
pending, approved, rejected, timeout, expired, dismissed, resolved, all Filter by category. all (or omitted) applies no category filter.
Available options:
enduser, engineer, finance, security, compliance, other, all