---
title: "List Narrative Hooks Route"
method: GET
path: "/api/v1/narrative-hook"
tags: ["narrativeHook"]
---

# List Narrative Hooks Route

`GET /api/v1/narrative-hook`

## Query parameters

- `category` string, nullable — Filter by exact category
- `industry` string, nullable — Filter by industry (matches within the comma-separated list)
- `search` string, nullable — Case-insensitive search across hook line, description, example
- `is_active` boolean, nullable — Filter by active flag
- `limit` integer — Page size
- `offset` integer — Rows to skip

## Response `200`

Successful Response

- NarrativeHookListResponseDTO
  - `success` boolean, required
  - `total` integer, required
  - `limit` integer, required
  - `offset` integer, required
  - `narrative_hooks` NarrativeHookResponseDTO[], required
    - `category` string, required
    - `hook_line` string, required
    - `description` string, nullable
    - `example` string, nullable
    - `tiktok_link` string, nullable
    - `industries` string, nullable
    - `hook_type` string, nullable
    - `audio_hook` string, nullable
    - `visual_hook` string, nullable
    - `carousel_images` string[], nullable
    - `preview_image_url` string, nullable
    - `s3_video_url` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/624917d53409/schema)
