Refusals
Every call refused on your behalf, and every one that ran past a ceiling, newest first, with the literal body the agent got.
| 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
} |
| 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"
} |
| 1h ago | task ceiling | crawler | nightly-crawl | Asked 200 units with the task at 1,840 of 2,000. | body{
"approved": false,
"reason": "task_ceiling_exceeded",
"estimated_units": 200,
"task_ref": "nightly-crawl",
"task_ceiling": 2000,
"task_used_units": 1840,
"task_remaining_units": 160
} |
| 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
} |
| 25h ago | request ceiling | summarizer | none | Asked 120 units against a per-request ceiling of 50. | body{
"approved": false,
"reason": "ceiling_exceeded",
"estimated_units": 120,
"ceiling": 50,
"remaining_units": null
} |
| 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>.