---
title: "List hooks"
method: GET
path: "/hooks"
tags: ["Hooks"]
---

# List hooks

`GET /hooks`

Retrieves a collection of all hooks for a team with a given ID. Returned hooks are sorted by ID in ascending order by default. Use `pg[sortBy]` to sort by `name` or `hookName`.

## Query parameters

- `teamId` string, required
- `typeName` string
- `assigned` boolean
- `viewForScenarioId` integer

## Response `200`

Successful response

- object
  - `hooks` object[]
    - `id` integer
    - `name` string
    - `teamId` integer
    - `udid` string
    - `type` string
    - `packageName` string
    - `theme` string, color
    - `flags` object
      - `form` boolean
    - `editable` boolean
    - `queueCount` integer
    - `queueLimit` integer
    - `enabled` boolean
    - `gone` boolean
    - `typeName` string
    - `data` object
      - `headers` boolean
      - `method` boolean
      - `stringify` boolean
      - `teamId` integer
      - `ip` string, ipv6
      - `udt` integer
    - `scenarioId` integer
    - `url` string, uri

---

[API](https://skmtc.dev/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.dev/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/make/web-api-v2-public/revisions/531769e6f813/schema)
