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

# List Webhooks

`GET /hooks`

Retrieves a list of all webhooks in your workspace.

## Response `200`

Response for status 200

- object[]
  - `id` string, required — The unique identifier of the webhook.
  - `name` string, required — The name of the webhook.

## Other responses

- `401` — Response for status 401
- `500` — Response for status 500

## Changes

- **2026-07-30** `da68370a2aea` — 5 breaking, 12 info
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the required property `data` from the response with the `200` status
  - removed the required property `error` from the response with the `401` status
  - removed the required property `error` from the response with the `500` status
  - …13 more

[Change history](https://skmtc.dev/vercel/apis/v0-platform-api-beta/changes/hooks/get.md)

---

[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/3cf5debd6cf4/schema)
