---
title: "Changes to List contract results from a contract on the network"
method: GET
path: "/api/v1/contracts/{contractIdOrAddress}/results"
---

# Changes to List contract results from a contract on the network

`GET /api/v1/contracts/{contractIdOrAddress}/results`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 53 revisions.

- **2026-07-09** (v1) `8ce3e9a7251e` — 2 breaking
- **2026-05-26** (v1) `c00fd47f5f25` — 1 breaking, 1 info
- **2026-05-14** (v1) `b940acac6e1d` — 1 info
- **2025-08-08** (v1) `db389f03b097` — 30 breaking, 1 warning, 1 info

## Changes

- **2026-07-09** (v1) `8ce3e9a7251e` — 2 breaking
  - the response property `results/items/address` became nullable for the status `200`
  - the response property `results/items/failed_initcode` became nullable for the status `200`
- **2026-05-26** (v1) `c00fd47f5f25` — 1 breaking, 1 info
  - the `results/items/access_list` response's property type/format changed from `string, null`/`` to `array`/`` for status `200`
  - added the optional property `results/items/authorization_list` to the response with the `200` status
- **2026-05-14** (v1) `b940acac6e1d` — 1 info
  - removed the non-success response with the status `404`
- **2025-08-08** (v1) `db389f03b097` — 30 breaking, 1 warning, 1 info
  - the response property `_status/messages/items/data` became nullable for the status `400`
  - the response property `_status/messages/items/detail` became nullable for the status `400`
  - the response property `links/next` became nullable for the status `200`
  - the response property `results/items/access_list` became nullable for the status `200`
  - the response property `results/items/amount` became nullable for the status `200`
  - the response property `results/items/block_gas_used` became nullable for the status `200`
  - the response property `results/items/block_hash` became nullable for the status `200`
  - the response property `results/items/block_number` became nullable for the status `200`
  - the response property `results/items/bloom/allOf[#/components/schemas/Bloom]/` became nullable for the status `200`
  - the response property `results/items/call_result` became nullable for the status `200`
  - the response property `results/items/chain_id` became nullable for the status `200`
  - the response property `results/items/contract_id` became nullable for the status `200`
  - the response property `results/items/created_contract_ids` became nullable for the status `200`
  - the response property `results/items/created_contract_ids/items/` became nullable for the status `200`
  - the response property `results/items/error_message` became nullable for the status `200`
  - the response property `results/items/from` became nullable for the status `200`
  - the response property `results/items/function_parameters` became nullable for the status `200`
  - the response property `results/items/gas_consumed` became nullable for the status `200`
  - the response property `results/items/gas_price` became nullable for the status `200`
  - the response property `results/items/gas_used` became nullable for the status `200`
  - the response property `results/items/max_fee_per_gas` became nullable for the status `200`
  - the response property `results/items/max_priority_fee_per_gas` became nullable for the status `200`
  - the response property `results/items/nonce` became nullable for the status `200`
  - the response property `results/items/r` became nullable for the status `200`
  - the response property `results/items/s` became nullable for the status `200`
  - the response property `results/items/to` became nullable for the status `200`
  - the response property `results/items/transaction_index` became nullable for the status `200`
  - the response property `results/items/type` became nullable for the status `200`
  - the response property `results/items/v` became nullable for the status `200`
  - the `results/items/access_list` response's property type/format changed from `array`/`` to `string`/`` for status `200`
  - removed the optional property `results/items/authorization_list` from the response with the `200` status
  - added the non-success response with the status `404`

---

[Operation](https://skmtc.dev/hiero-ledger/apis/mirror-node-rest-api/docs/api/v1/contracts/:contractIdOrAddress/results/get.md) · [API](https://skmtc.dev/hiero-ledger/apis/mirror-node-rest-api.md) · [Page](https://skmtc.dev/hiero-ledger/apis/mirror-node-rest-api/changes/api/v1/contracts/:contractIdOrAddress/results/get)
