Skip to main content
POST
Submit Question Answers (Stream)
When a turn raises a question card, submit the structured answers here to resume it. Answers are validated against the asked questions; a mismatch returns 400 before any run. Streams the continued turn’s events over SSE. See the Conversations overview for the full conversation model.

Authorizations

x-api-key
string
header
required

API Key for authentication

Path Parameters

agent_id
string
required
conversation_id
string
required

Query Parameters

version
string | null

Agent version to run.

Body

application/json

Body of the chat-backend answers endpoint.

decision_id
string
required

Id of the AskUserQuestions activity entry being answered.

answers
AskUserQuestionAnswer · object[]
required
user
User · object | null

Response

Successful Response