---
title: "Verify sector location"
method: GET
path: "/sectors/{root}/verify"
tags: ["sectors"]
---

# Verify sector location

`GET /sectors/{root}/verify`

Returns the sector's references and verifies its data integrity by reading it from disk.

## Path parameters

- `root` string, required — 256-bit blake2b hash.

## Response `200`

Sector reference details.

- VerifySectorResponse
  - `contracts` FileContractID[], required — List of contract IDs that reference this sector.
  - `tempStorage` integer, required — Number of temporary storage references to this sector.
  - `error` string, nullable — Error message if the sector data failed verification. Null if valid.

---

[API](https://skmtc.dev/siafoundation/apis/hostd-api.md) · [All operations](https://skmtc.dev/siafoundation/apis/hostd-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/siafoundation/hostd-api/revisions/08ff756929fc/schema)
