---
title: "Changes to Handle Agent Jsonrpc"
method: POST
path: "/v1/agents/{agent_id}/a2a/rpc"
---

# Changes to Handle Agent Jsonrpc

`POST /v1/agents/{agent_id}/a2a/rpc`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 22 revisions.

- **2026-06-18** `dad98bb65260` — 1 breaking, 4 warning
- **2026-03-30** `e9c153221160` — 1 breaking, 4 info

## Changes

- **2026-06-18** `dad98bb65260` — 1 breaking, 4 warning
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `error` from the response with the `200` status
  - removed the optional property `id` from the response with the `200` status
  - removed the optional property `jsonrpc` from the response with the `200` status
  - removed the optional property `result` from the response with the `200` status
- **2026-03-30** `e9c153221160` — 1 breaking, 4 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `error` to the response with the `200` status
  - added the optional property `id` to the response with the `200` status
  - added the optional property `jsonrpc` to the response with the `200` status
  - added the optional property `result` to the response with the `200` status

---

[Operation](https://skmtc.dev/agentarea/apis/agentarea-api/docs/v1/agents/:agent_id/a2a/rpc/post.md) · [API](https://skmtc.dev/agentarea/apis/agentarea-api.md) · [Page](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/agents/:agent_id/a2a/rpc/post)
