A2A V0 Accept Task
Accept a federated task delegated from a peer orchestrator.
Wire format::
{
"sender": { ...AgentCard... },
"task": { "id": "...", "message": "...", "role": "..." }
}
Returns 202 with the local federated-task id and the remote task id that was offered. Validation errors return HTTP 409 so that the caller's retry policy treats them as terminal (the peer is reachable and authoritative, no point retrying with the same body).
post/api/v1/a2a/v0/tasks
Response
Successful Response
object required
Changes
Changed in 1 of the 15 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○