Runs

RunsClient.get(runId, { organizationId }) calls GET /api/agent-runs/:id using publicRouteContracts.agentRunsGet.

Response type: AgentRunDetail.

RunsClient.getSkillRun(runId, { organizationId }) calls GET /api/skill-runs/:id using publicRouteContracts.skillRunsGet.

Response type: SkillRunDetail.

Boundary note

The public SDK exposes family-specific persisted run-detail helpers. It does not expose a family-agnostic orchestration-run lookup.

See also

Was this page helpful?