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 itself - Auth, scope, or transport failure -> use the error payload
The current public docs do not treat /api/runs/:id as a supported public follow-up route.