Get Hermes run events
hermes_api_runs_eventsRetrieve non-streaming Hermes run event metadata and write redacted receipts. Allows inspecting run events without SSE/WebSocket streaming.
Instructions
Typed GET /v1/runs/{run_id}/events wrapper that returns non-streaming event metadata for a Hermes run, writing redacted receipts. This is not a streaming SSE/WebSocket proxy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Cursor returned by a previous events call; opaque to the caller. | |
| limit | No | Maximum events to return. | |
| run_id | Yes | Hermes run id such as run_123 or a UUID. | |
| include | No | Event kinds to include. |
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 |