---
title: "Get hook storage slots"
method: GET
path: "/api/v1/accounts/{idOrAliasOrEvmAddress}/hooks/{hookId}/storage"
tags: ["accounts"]
---

# Get hook storage slots

`GET /api/v1/accounts/{idOrAliasOrEvmAddress}/hooks/{hookId}/storage`

Returns a list of hook storage slots associated with a given hook.

## Path parameters

- `idOrAliasOrEvmAddress` string, required
- `hookId` integer, required

## Query parameters

- `key` string
- `limit` integer
- `order` 'asc' | 'desc'
- `timestamp` string[]

## Response `200`

OK

- HooksStorageResponse
  - `hook_id` integer, required — The unique identifier of the hook within the owner's scope
  - `links` Links, required
    - `next` string, nullable
  - `owner_id` string, nullable, required — The entity that owns the hook
  - `storage` HookStorage[], required
    - `key` string, binary, required
    - `value` string, binary, nullable, required
    - `timestamp` string, required — A Unix timestamp in seconds.nanoseconds format

## Other responses

- `400` — Invalid parameter
- `404` — Not Found

---

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