Message an Agent (streaming)post {protocol}://{base-url}/ai/api/v1/chats/agent/{agent_config_id}/streamSend messages to a specific custom agent.Path Paramsagent_config_idstringrequiredThe ID of the Agent Config to use.Query Paramschat_idstringnullThe ID of the Chat to use. If not provided, a new Chat will be created.tagsarray | nullIf creating a new chat, add these tags to it. This is ignored if the chat already exists.Tags array | nullBody ParamsThe payload to be sent to the agent. This should conform to the input JSON schema of the agent. May optionally include a 'tool_approvals' field with structured approval decisions.Add FieldHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/event-streamAllowed:application/jsontext/event-streamResponses 201Message sent successfully. Returns an event stream of Message objects. 204The message is empty and was ignored. 401Authentication required. No valid session cookie or bearer token provided, or authentication failed. 404Resource not found. The detail field specifies which resource. 409Chat is busy. Returns an event stream of the running chat. 422The payload is not valid according to the input JSON schema of the agent. 500Internal server error during request processing.Updated 5 months ago Message the "Query" Agent (async)Message the "Data Product Question Manager" Agent (streaming)Did this page help you?YesNo