---
title: "Retrieve the most recent AI hook for a lead (free)"
method: GET
path: "/v1/ai/hook/{leadId}"
tags: ["AI Personalization"]
---

# Retrieve the most recent AI hook for a lead (free)

`GET /v1/ai/hook/{leadId}`

## Path parameters

- `leadId` string, uuid, required

## Response `200`

Most recent hook for the lead

- AiHookRetrieveResponse
  - `success` boolean
  - `data` AiHookRecord — One stored hook generation (retrieve `data` and list item share this shape).
    - `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'

## Other responses

- `401` — Unauthorized
- `404` — Resource not found (also returned for cross-customer leads — no enumeration).
- `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)
