v23

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-15202747.7 KB
Agent Operations

Run a deployed Agent

Execute an agent by sending the provided message to the agent service. Returns a detailed response containing the conversation messages, logs, and metadata.

post/v1/agents/run

Request body

agent_idstring required

Unique identifier for the agent.

thread_idstring nullable

Unique identifier for the chat session.

hitl_decision'approve' | 'edit' | 'reject' nullable

Human-in-the-loop decision for the agent.

Response

Successful Response

responseobject[] required
All 20 operations