---
title: "GET /v1/projects/{projectOrProductUID}/webhooks"
method: GET
path: "/v1/projects/{projectOrProductUID}/webhooks"
tags: ["webhook"]
---

# GET /v1/projects/{projectOrProductUID}/webhooks

`GET /v1/projects/{projectOrProductUID}/webhooks`

Retrieves all webhooks for the specified project

## Path parameters

- `projectOrProductUID` string, required

## Response `200`

Webhooks retrieved successfully

- object
  - `webhooks` WebhookSettings[]
    - `disabled` boolean — Flag indicating if the webhook is disabled
    - `id` string — Webhook ID
    - `transform` string — Transformation to be applied to the event

## Other responses

- `default` — The response body in case of an API error.

---

[API](https://skmtc.net/notefile/apis/notehub-api.md) · [All operations](https://skmtc.net/notefile/apis/notehub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notefile/notehub-api/versions/9c5b2b63a991/schema)
