---
title: "Get Execution Receipts by Result ID"
method: GET
path: "/execution_receipts/results/{id}"
tags: ["Execution Receipts"]
---

# Get Execution Receipts by Result ID

`GET /execution_receipts/results/{id}`

Get all execution receipts for the provided execution result ID.

## Path parameters

- `id` string, hexadecimal, required — A 32-byte unique identifier for an entity.

## Query parameters

- `expand` string[]
- `select` string[]

## Response `200`

OK

- ExecutionReceipt[]
  - `executor_id` string, hexadecimal, required — A 32-byte unique identifier for an entity.
  - `result_id` string, hexadecimal, required — A 32-byte unique identifier for an entity.
  - `spocks` string[]
  - `executor_signature` string, byte, required
  - `execution_result` ExecutionResult
    - `id` string, hexadecimal, required — A 32-byte unique identifier for an entity.
    - `block_id` string, hexadecimal, required — A 32-byte unique identifier for an entity.
    - `events` Event[], required
      - `type` string, required — The qualified event type.
      - `transaction_id` string, hexadecimal, required — A 32-byte unique identifier for an entity.
      - `transaction_index` string, uint64, required
      - `event_index` string, uint64, required
      - `payload` string, byte, required
    - `chunks` Chunk[]
      - `block_id` string, hexadecimal, required — A 32-byte unique identifier for an entity.
      - `collection_index` string, uint64, required
      - `start_state` string, byte, required
      - `end_state` string, byte, required
      - `event_collection` string, byte, required
      - `index` string, uint64, required
      - `number_of_transactions` string, uint64, required
      - `total_computation_used` string, uint64, required
    - `previous_result_id` string, hexadecimal, required — A 32-byte unique identifier for an entity.
    - `metadata` Metadata — Contains data about the node's state at the time of the request.
      - `executor_metadata` ExecutorMetadata — Contains data about the execution result used to serve the request.
        - `execution_result_id` string, hexadecimal — A 32-byte unique identifier for an entity.
        - `executor_ids` Identifier[]
    - `_links` Links
      - `_self` string
  - `_expandable` ExecutionReceiptExpandable, required
    - `execution_result` string, uri
  - `metadata` Metadata — Contains data about the node's state at the time of the request.
    - `executor_metadata` ExecutorMetadata — Contains data about the execution result used to serve the request.
      - `execution_result_id` string, hexadecimal — A 32-byte unique identifier for an entity.
      - `executor_ids` Identifier[]

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/onflow/apis/access-api.md) · [All operations](https://skmtc.net/onflow/apis/access-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onflow/access-api/versions/fd121c1fddf8/schema)
