Agents
Create an agent run and stream the response
Executes an agent run and returns the result as a stream of server-sent events (SSE). Note: If the agent uses an input form trigger, all form fields (including optional fields) must be included in the input object.
post/rest/api/v1/agents/runs/stream
Request body
Example request
{
"messages": [
{
"role": "USER"
}
]
}Response
Success