Transactions
View and manage agent transactions
List Transactions
GET /v1/transactionsReturns transaction history, filterable by agent, date, type, and outcome.
Query Parameters
| Parameter | Type | Description |
|---|---|---|
agent_id | string | Filter by agent |
status | string | success, denied, pending |
from | ISO date | Start date |
to | ISO date | End date |
limit | number | Max results (default 50) |
Approve Transaction
POST /v1/approvals/:id/approveApproves a pending transaction. The agent has a 15-minute execution window after approval.
Deny Transaction
POST /v1/approvals/:id/denyDenies a pending transaction with optional feedback text that the agent receives.