Skip to main content
POST
/
a2a
/
message
/
send
{
  "jsonrpc": "2.0",
  "id": "request-123",
  "result": {
    "task": {
      "id": "task-456",
      "context_id": "context-789",
      "status": "completed",
      "history": [
        {
          "message_id": "msg-1",
          "role": "agent",
          "parts": [
            {
              "kind": "text",
              "text": "Response from agent"
            }
          ]
        }
      ]
    }
  }
}

Response

Message sent successfully

Represents a successful JSON-RPC response for the message/send method.

result
object
required

Represents a single, stateful operation or conversation between a client and an agent.

  • Task
  • Message
id
jsonrpc
string
default:2.0
Allowed value: "2.0"
I