Skip to main content

Transactions

View and manage agent transactions

List Transactions

GET /v1/transactions

Returns transaction history, filterable by agent, date, type, and outcome.

Query Parameters

ParameterTypeDescription
agent_idstringFilter by agent
statusstringsuccess, denied, pending
fromISO dateStart date
toISO dateEnd date
limitnumberMax results (default 50)

Approve Transaction

POST /v1/approvals/:id/approve

Approves a pending transaction. The agent has a 15-minute execution window after approval.

Deny Transaction

POST /v1/approvals/:id/deny

Denies a pending transaction with optional feedback text that the agent receives.