When To Use Run Detail vs. Error Object
- Succeeded HTTP on the stable agent runtime and you need more context -> use
GET /api/agent-runs/:id - Public beta skill run returned a response with
validationordiagnostic-> start with the response object, then useGET /api/skill-runs/:idif you need persisted skill-run detail - Auth, scope, or transport failure -> use the error payload