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 agent researcher Clear
| When | Rule | Agent | Task | What happened | What the agent got |
|---|---|---|---|---|---|
| 22m ago | task ceiling | researcher | job-8871 | Asked 40 units with the task at 492 of 500. | body{
"approved": false,
"reason": "task_ceiling_exceeded",
"estimated_units": 40,
"task_ref": "job-8871",
"task_ceiling": 500,
"task_used_units": 492,
"task_remaining_units": 8
} |
| 31h ago | customer balance | researcher | job-8864 | Asked 60 units; the customer had 0 remaining. | body{
"approved": false,
"reason": "budget_exhausted",
"estimated_units": 60,
"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>.