---
title: "List the caller's AI hooks (paginated, free)"
method: GET
path: "/v1/ai/hook"
tags: ["AI Personalization"]
---

# List the caller's AI hooks (paginated, free)

`GET /v1/ai/hook`

## Query parameters

- `limit` integer
- `offset` integer
- `locale` string
- `status` 'pending' | 'generating' | 'complete' | 'failed'
- `from` string, date-time

## Response `200`

Paginated list of hooks

- AiHookListResponse
  - `success` boolean
  - `data` object
    - `hooks` AiHookRecord[]
      - `leadId` string, uuid
      - `hook` string, nullable — Null unless `status` is `complete`.
      - `locale` string
      - `mode` 'native' | 'translate'
      - `generatedAt` string, date-time, nullable
      - `modelVersion` string, nullable
      - `status` 'pending' | 'generating' | 'complete' | 'failed'
    - `pagination` AiPagination
      - `total` integer
      - `limit` integer
      - `offset` integer
      - `hasMore` boolean

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `429` — Rate limit exceeded (1000 requests/hour/key).

---

[API](https://skmtc.net/meirra/apis/meirra-api.md) · [All operations](https://skmtc.net/meirra/apis/meirra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meirra/meirra-api/revisions/d6c1805fc561/schema)
