Run Object

The current stable public persisted run-detail object is agentRunDetailSchema from prompt-orchestra-contracts/src/agents.ts.

Top-level shape

  • run
  • contractTrace
  • validation
  • diagnostic
  • decisionTrace

run

The nested run object includes:

  • id
  • status
  • agentId
  • agentVersionId
  • agentVersionNumber
  • output

Boundary note

The API implementation also exposes orchestration-run detail at /api/runs/:id, but that route family is non-public in the current docs boundary.

See also

Was this page helpful?