Skip to main content
These endpoints return the resolved state of a conversation’s scenarios — the domains, activities, and variables in effect — rather than the message-by-message history returned by GET /v1/conversations/:id.

All scenarios

Returns every scenario in the conversation, each with its domains, activities, and variables.
The domains, activities and variables objects use the same shape as the results object in POST /v1/calculate. A conversation with no completed calculations returns an empty scenarios array.

A single scenario

Returns one scenario by its index.