List errors users hit
list_errorsList errors grouped by fingerprint, separating defects from user refusals. Filter by kind or surface and get hit counts, timestamps, and redacted details to pinpoint what to fix.
Instructions
The errors actually recorded against this workspace, GROUPED by fingerprint — the same failure at the same call site is one row with a hit count and first/last seen, sorted defects-first. Each row says whose side it is: ours (a defect worth fixing), user (a refusal we deliberately authored, e.g. not-connected or out-of-credits), or unknown (a vendor 4xx we cannot attribute — never guessed). Free text, tokens, emails and creative are redacted before anything is stored, so an input echo shows shapes and lengths, not content. Filter by surface (http/mcp/agent/job/client) or kind. Read-only, 0 credits. Scoped to your own workspace; an operator whose client carries the admin key sees every account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | 'ours' = a defect; 'user' = a refusal we authored; 'unknown' = we could not tell | |
| limit | No | how many groups to return (default 50, max 200) | |
| since | No | ISO timestamp — only groups last seen at or after this | |
| surface | No | where it happened: http (an API route), mcp (an agent tool), agent (the in-app Studio agent), job (an async render/publish), client (a browser crash) |