Get Hermes run
hermes_api_runs_getReads the current status of a Hermes run by its run ID and writes redacted receipts as evidence. Retrieve run details with verified, gated access to confirm execution state and outcome.
Instructions
Typed GET /v1/runs/{run_id} wrapper that reads a Hermes run status, writing redacted receipts. Requires api_call tier with live and external-side-effect gates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Hermes run id such as run_123 or a UUID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| scope | No | ||
| run_id | No | ||
| status | Yes | ||
| message | No | ||
| verdict | No | unknown | |
| evidence | No | ||
| mutation | No | ||
| warnings | No | ||
| live_call | No | ||
| retryable | No | ||
| error_code | No | ||
| duration_ms | No | ||
| http_status | No | ||
| policy_tier | No | read_only | |
| artifact_dir | No | ||
| likely_cause | No | ||
| next_actions | No | ||
| safe_next_action | No | ||
| redactions_applied | No |