---
title: "Get the list of Stacks blocks in a tenure"
method: GET
path: "/v3/tenures/blocks/{consensus_hash}"
tags: ["Blocks"]
---

# Get the list of Stacks blocks in a tenure

`GET /v3/tenures/blocks/{consensus_hash}`

Get the list of blocks in a tenure. The blocks will be
shown in order from highest to lowest.

## Path parameters

- `consensus_hash` string, required

## Response `200`

List of Stacks blocks in the tenure

- TenureBlocks — unresolved $ref

## Other responses

- `400` — Bad request
- `404` — Not found
- `500` — Internal Server Error

## Changes

- **2025-09-04** `f4b0dfacf7c8` — 1 breaking
  - the response's body type changed from `string` to no type for status `200`
- **2025-09-04** `2f564f569af9` — 1 breaking
  - added the pattern `^[0-9a-f]{40}$` to the `path` request parameter `consensus_hash`
- **2025-09-04** `fc4a4ef8ec94` — 3 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `404`
  - added the non-success response with the status `500`
- **2025-09-03** `7cdc002abcf0` — 1 info
  - endpoint added
- **2025-06-25** `87a7fe30e436` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/stacks-network/apis/stacks-3-0-rpc-api/changes/v3/tenures/blocks/:consensus_hash/get.md)

---

[API](https://skmtc.dev/stacks-network/apis/stacks-3-0-rpc-api.md) · [All operations](https://skmtc.dev/stacks-network/apis/stacks-3-0-rpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stacks-network/stacks-3-0-rpc-api/revisions/bfe6e0b30f62/schema)
