Debug A Broken Run

  1. Capture the structured error or response payload.
  2. If the run came from POST /api/agents/:id/run, read GET /api/agent-runs/:id?organizationId=....
  3. If the run came from POST /api/skills/:id/run, inspect validation and diagnostic on the response body.
  4. If you are debugging a version change, run an evaluation rather than relying on non-public diff or /api/runs* routes.

See also

Was this page helpful?