Read Run Detail

GET /api/agent-runs/:id?organizationId= is the stable public persisted run-detail route.

Auth

  • auth mode: api_key_or_access_token
  • API-key scope: runs:read

Response

The response matches agentRunDetailSchema:

  • run
  • contractTrace
  • validation
  • diagnostic
  • decisionTrace

See also

Was this page helpful?