83554494d7f8
Send A2A v1 message
Sends a message to the agent using the A2A v1 wire format. Blocks until the agent reaches a terminal or interrupted state. Returns the resulting task, or a direct message reply for stateless interactions.
To continue an existing conversation, set message.contextId to the prior task's id.
A message that opens a new session is subject to the agent's run_condition. When it evaluates to false no session is created and the call returns an InvalidRequestError.
Path parameters
A unique key that identifies an agent.
The unique key of the agent.
Headers
The platform makes a best effort to complete the request in the specified seconds, or it times out.
The platform makes a best effort to complete the request in the specified milliseconds, or it times out.
Request body
Response
Send-message response — exactly one of task or message.