prediction.<output_key> in the same response.
Request body
values must match the domain’s query_templates.adaptive_interval_policy field mapping.
Response shape
prediction comes from the template’s exact output_key. Policy thresholds determine when rows appear; an empty array can be a valid current prediction.
Operational notes
- Send observations in their real order.
- Use one writer per domain/session unless interleaving is intended.
- Keep a stable
event_idfor auditable retries. - Use
POST /api/v1/domains/{domain_id}/adapt/predictto read current state without adding an observation. - Generated language is not required to use the structured prediction.
Read the current prediction
Inspect retained interval-policy state without adding an observation.
