How To Debug A Failed Run
- Inspect the immediate error or response payload first.
- If the run came from the stable agent runtime, fetch
GET /api/agent-runs/:runId?organizationId=.... - If the run came from
POST /api/skills/:id/run, inspect the returnedvalidationanddiagnosticfields. - If you are comparing skill behavior across versions, use the public beta evaluation routes instead of relying on non-public
/api/runs*inspection routes.