Skip to main content
Call this after one or more POST /api/v1/domains/{domain_id}/adapt/events writes when the application needs the current prediction.<output_key> without mutating policy state.

Request body

Response shape

The output key and row field names are declared by the domain’s adaptive template.

Contract

  • POST /api/v1/domains/{domain_id}/adapt/predict reads; POST /api/v1/domains/{domain_id}/adapt/events updates.
  • The output is structured JSON. Generated language is not required.
  • The response can contain an empty output array when the policy has not reached its configured reporting conditions.