Refusals
Every call refused on your behalf, and every one that ran past a ceiling, newest first, with the literal body the agent got.
Showing task batch-2211 Clear
| When | Rule | Agent | Task | What happened | What the agent got |
|---|---|---|---|---|---|
| 1h ago | leaked | enricher | batch-2211 | Recorded 25 units after the call ran; the task stands at 1,025 of 1,000. | body{
"recorded": true,
"task_ref": "batch-2211",
"task_used_units": 1025,
"task_remaining_units": 0,
"task_exceeded": true,
"note": "recorded past the ceiling: preflight was skipped for this call"
} |
| 3h ago | task ceiling | enricher | batch-2211 | Asked 25 units with the task at 1,000 of 1,000. | body{
"approved": false,
"reason": "task_ceiling_exceeded",
"estimated_units": 25,
"task_ref": "batch-2211",
"task_ceiling": 1000,
"task_used_units": 1000,
"task_remaining_units": 0
} |
Every number on this page is on the API too:
GET /decisions for refusals, /tasks for budgets, /customers for balances, /keys for keys, each with Authorization: Bearer <your key>.