Skip to main content
POST
Submit Question Answers (Stream)
When a turn pauses with an ask_user_questions card, submit the structured answers here to resume. Answers are validated against the asked questions; a mismatch returns 400 before any run. Streams the resumed turn’s events over SSE. See the Agent Gateway 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