Poll one engagement decision's widget-convergent result (engagement-content-blocks Phase 2′): the decision widget plus the enrichment widgets it spawned, scoped to this decision. Partner-authed and org-scoped by the decision's experience.
GET
/engage/decisions/{decision_id}
curl \
--request GET 'http://api.example.com/engage/decisions/{decision_id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"experienceId": "string",
"status": "string",
"widgets": [
{}
]
}
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"ctx": {}
}
]
}