---
title: "List contract results from all contracts on the network"
method: GET
path: "/api/v1/contracts/results"
tags: ["contracts"]
---

# List contract results from all contracts on the network

`GET /api/v1/contracts/results`

Returns a list of all ContractResults for all contract's function executions.

## Query parameters

- `from` string
- `block.hash` string
- `block.number` string
- `hbar` boolean
- `internal` boolean
- `limit` integer
- `order` 'asc' | 'desc'
- `timestamp` string[]
- `transaction.index` integer

## Response `200`

OK

- ContractResultsResponse
  - `results` ContractResults — unresolved $ref
  - `links` Links
    - `next` string, nullable

## Other responses

- `400` — Invalid parameter

## 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-03-12** (v1) `fd141eda79f2` — 1 info
  - added the new optional `query` request parameter `hbar`
- **2025-08-08** (v1) `db389f03b097` — 30 breaking, 2 warning
  - 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`
  - …28 more

[Change history](https://skmtc.dev/hiero-ledger/apis/mirror-node-rest-api/changes/api/v1/contracts/results/get.md)

---

[API](https://skmtc.dev/hiero-ledger/apis/mirror-node-rest-api.md) · [All operations](https://skmtc.dev/hiero-ledger/apis/mirror-node-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hiero-ledger/mirror-node-rest-api/revisions/ee602751b3f7/schema)
