---
title: "List hooks for an account"
method: GET
path: "/api/v1/accounts/{idOrAliasOrEvmAddress}/hooks"
tags: ["accounts"]
---

# List hooks for an account

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

Returns a list of hooks associated with a given account ID, alias, or EVM address.

## Path parameters

- `idOrAliasOrEvmAddress` string, required

## Query parameters

- `hook.id` integer
- `limit` integer
- `order` 'asc' | 'desc'

## Response `200`

OK

- HooksResponse
  - `hooks` Hook[], required — unresolved $ref
  - `links` Links, required
    - `next` string, nullable

## Other responses

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

## Changes

- **2026-01-22** (v1) `e44cfc649d5f` — 1 warning, 1 info
  - added the new `EVM` enum value to the `hooks/items/type` response property for the response status `200`
  - removed the `LAMBDA` enum value from the `hooks/items/type` response property for the response status `200`
- **2025-11-04** (v1) `4a9a4e5f3bda` — 1 info
  - endpoint added
- **2025-08-08** (v1) `db389f03b097` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hiero-ledger/apis/mirror-node-rest-api/changes/api/v1/accounts/:idOrAliasOrEvmAddress/hooks/get.md)

---

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