---
title: "Changes to Get events by event handle"
method: GET
path: "/accounts/{address}/events/{event_handle}/{field_name}"
---

# Changes to Get events by event handle

`GET /accounts/{address}/events/{event_handle}/{field_name}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 6 revisions.

- **2022-08-07** (v1) `2953a57ebb77` — 1 info
- **2022-08-01** (v1) `ad82919b4797` — 15 warning, 18 info
- **2022-08-01** (v1) `5db9ba580d74` — 4 breaking, 3 info

## Changes

- **2022-08-07** (v1) `2953a57ebb77` — 1 info
  - added the required property `items/version` to the response with the `200` status
- **2022-08-01** (v1) `ad82919b4797` — 15 warning, 18 info
  - added the new `bcs_serialization_error` enum value to the `error_code` response property for the response status `400`
  - added the new `bcs_serialization_error` enum value to the `error_code` response property for the response status `404`
  - added the new `bcs_serialization_error` enum value to the `error_code` response property for the response status `500`
  - added the new `invalid_bcs_in_storage_error` enum value to the `error_code` response property for the response status `400`
  - added the new `invalid_bcs_in_storage_error` enum value to the `error_code` response property for the response status `404`
  - added the new `invalid_bcs_in_storage_error` enum value to the `error_code` response property for the response status `500`
  - added the new `invalid_limit_param` enum value to the `error_code` response property for the response status `400`
  - added the new `invalid_limit_param` enum value to the `error_code` response property for the response status `404`
  - added the new `invalid_limit_param` enum value to the `error_code` response property for the response status `500`
  - added the new `invalid_start_param` enum value to the `error_code` response property for the response status `400`
  - added the new `invalid_start_param` enum value to the `error_code` response property for the response status `404`
  - added the new `invalid_start_param` enum value to the `error_code` response property for the response status `500`
  - added the new `read_from_storage_error` enum value to the `error_code` response property for the response status `400`
  - added the new `read_from_storage_error` enum value to the `error_code` response property for the response status `404`
  - added the new `read_from_storage_error` enum value to the `error_code` response property for the response status `500`
  - removed the `BcsSerializationError` enum value from the `error_code` response property for the response status `400`
  - removed the `BcsSerializationError` enum value from the `error_code` response property for the response status `404`
  - removed the `BcsSerializationError` enum value from the `error_code` response property for the response status `500`
  - removed the `InvalidBcsInStorageError` enum value from the `error_code` response property for the response status `400`
  - removed the `InvalidBcsInStorageError` enum value from the `error_code` response property for the response status `404`
  - removed the `InvalidBcsInStorageError` enum value from the `error_code` response property for the response status `500`
  - removed the `InvalidLimitParam` enum value from the `error_code` response property for the response status `400`
  - removed the `InvalidLimitParam` enum value from the `error_code` response property for the response status `404`
  - removed the `InvalidLimitParam` enum value from the `error_code` response property for the response status `500`
  - removed the `InvalidStartParam` enum value from the `error_code` response property for the response status `400`
  - removed the `InvalidStartParam` enum value from the `error_code` response property for the response status `404`
  - removed the `InvalidStartParam` enum value from the `error_code` response property for the response status `500`
  - removed the `ReadFromStorageError` enum value from the `error_code` response property for the response status `400`
  - removed the `ReadFromStorageError` enum value from the `error_code` response property for the response status `404`
  - removed the `ReadFromStorageError` enum value from the `error_code` response property for the response status `500`
  - removed the `UnsupportedAcceptType` enum value from the `error_code` response property for the response status `400`
  - removed the `UnsupportedAcceptType` enum value from the `error_code` response property for the response status `404`
  - removed the `UnsupportedAcceptType` enum value from the `error_code` response property for the response status `500`
- **2022-08-01** (v1) `5db9ba580d74` — 4 breaking, 3 info
  - added the pattern `^0x[0-9a-zA-Z:_<>]+$` to the `path` request parameter `event_handle`
  - for the `path` request parameter `address`, the format changed from no format to `hex`
  - for the `query` request parameter `start`, the format changed from no format to `uint64`
  - the `items/type` response's property type changed from `object` to `string` for status `200`
  - for the `path` request parameter `event_handle`, the type was generalized from `object` to `string`
  - removed the non-success response with the status `415`
  - the `items/type` response's property pattern `^(bool|u8|u64|u128|address|signer|vector<.+>|0x[0-9a-zA-Z:_<, >]+)$` was added for the status `200`

---

[Operation](https://skmtc.dev/apscan/apis/aptos-node-api/docs/accounts/:address/events/:event_handle/:field_name/get.md) · [API](https://skmtc.dev/apscan/apis/aptos-node-api.md) · [Page](https://skmtc.dev/apscan/apis/aptos-node-api/changes/accounts/:address/events/:event_handle/:field_name/get)
