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 validation or diagnostic -> start with the response object, then use GET /api/skill-runs/:id if you need persisted skill-run detail
  • Auth, scope, or transport failure -> use the error payload

See also

Was this page helpful?