v1
protected

Handle Agent Jsonrpc

Handle A2A JSON-RPC requests with comprehensive error handling and validation.

post/v1/agents/{agent_id}/a2a/rpc

Path parameters

agent_idstring uuid required

Response

Successful Response

{"stackTrail":"paths:/v1/agents/{agent_id}/a2a/rpc:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

Changed in 2 of the 20 revisions of this API.244

  • dad98bb6526014See the full diff
    • the response's body type/format changed from object/ to / for status 200

      response-body-type-changed

    • removed the optional property error from the response with the 200 status

      response-optional-property-removed

    • removed the optional property id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property jsonrpc from the response with the 200 status

      response-optional-property-removed

    • removed the optional property result from the response with the 200 status

      response-optional-property-removed

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • e9c15322116014See the full diff
    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • added the optional property error to the response with the 200 status

      response-optional-property-added

    • added the optional property id to the response with the 200 status

      response-optional-property-added

    • added the optional property jsonrpc to the response with the 200 status

      response-optional-property-added

    • added the optional property result to the response with the 200 status

      response-optional-property-added

    This revision also has 133 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog