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

# Find Hooks

`GET /hooks`

Retrieves a list of existing hooks in your workspace. Useful for managing active webhooks tied to chat events or deployments.

## Response `200`

Success

- object
  - `object` 'list', required
  - `data` HookSummary[], required
    - `id` string, required — A unique identifier for the webhook.
    - `object` 'hook', required — Fixed value identifying this object as a webhook.
    - `name` string, required — A user-defined name to label the webhook.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `413` — Payload Too Large
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.dev/vercel/apis/v0-platform-api-beta.md) · [All operations](https://skmtc.dev/vercel/apis/v0-platform-api-beta/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vercel/v0-platform-api-beta/revisions/86302d0793b1/schema)
