Get view block
Fetches a single compiled block from a view.
GET
sdk:state-read
Parameters
Olira patient id.
View category slug.
Block id from list_view_blocks.
Returns
ViewBlockResult
Patient id.
View slug.
Block id.
Rendered block text.
Optional per-field confidence scores.
Last update.
Raises
| Exception | When |
|---|---|
AuthError | HTTP 401 or 403 — invalid API key or insufficient OAuth scope for this endpoint. |
ValidationError | HTTP 400, 404, or 422 — malformed JSON, unknown patient, or validation failure (message includes response excerpt). |
ServerError | HTTP 409 (e.g. conflicting external identifier) or repeated 5xx after retries; includes status_code when applicable. |
RateLimitError | HTTP 429 — rate limited; check retry_after (seconds). |
NetworkError | Connection timeout, DNS failure, or read error after retries. |
Previous
get_view_recent_eventsReturns recent TEMP segment string lines for a view (rolling append-only activity).
Next

