---
title: "Get inclusion lists for a slot"
method: GET
path: "/v1/slot/{slotOrHash}/inclusion_lists"
tags: ["Slot"]
---

# Get inclusion lists for a slot

`GET /v1/slot/{slotOrHash}/inclusion_lists`

Returns the cached EIP-7805 inclusion lists for a slot, with each transaction
marked as included or not based on whether it appears in the slot's block transactions.

## Path parameters

- `slotOrHash` string, required

## Response `200`

OK

- ApiAPISlotInclusionListsResponse
  - `data` ApiAPISlotInclusionListsData
    - `block_root` string
    - `count` integer
    - `inclusion_lists` ApiAPISlotInclusionList[]
      - `dependent_root` string
      - `signature` string
      - `transactions` ApiAPISlotInclusionListTransaction[]
        - `data_len` integer
        - `decode_error` string
        - `from` string
        - `gas_limit` integer
        - `hash` string
        - `index` integer
        - `is_included` boolean
        - `nonce` integer
        - `to` string
        - `type` integer
        - `value` string
      - `transactions_count` integer
      - `validator_index` integer
      - `validator_name` string
    - `slot` integer
  - `status` string

## Other responses

- `400` — Invalid slot number or root format
- `404` — Slot not found
- `500` — Internal server error

## Changes

- **2026-05-07** `b4ab1f3242b4` — 1 info
  - endpoint added
- **2025-07-07** `34d0f6bf1d98` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ethpandaops/apis/dora-explorer-api/changes/v1/slot/:slotOrHash/inclusion_lists/get.md)

---

[API](https://skmtc.dev/ethpandaops/apis/dora-explorer-api.md) · [All operations](https://skmtc.dev/ethpandaops/apis/dora-explorer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ethpandaops/dora-explorer-api/revisions/307f1bec3e51/schema)
