read_stream_state
Read a stream's current state, its current cued message, and event count. Read-only — does NOT advance the stream or consume a cue. Use it between feedback turns to inspect where a patient is in their federally-sourced, audience-safety-checked sequence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stream_id | Yes | The stream_id returned by create_patient_stream. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _meta | Yes | Legal/disclosure block returned on every 2xx (A1 §6.7). | |
| state | Yes | ||
| stream_id | Yes | ||
| rate_limit | No | Discovery monthly cue-cap headroom. Absent on non-Discovery tiers (no cap). | |
| current_cue | No | ||
| template_id | No | ||
| events_count | No | ||
| next_cue_eligible | No |