---
title: "List webhooks for a project"
method: GET
path: "/projects/{project_id}/webhooks"
tags: ["project-webhooks"]
---

# List webhooks for a project

`GET /projects/{project_id}/webhooks`

List project webhooks (signing secrets omitted).

## Path parameters

- `project_id` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- PaginatedResponseProjectWebhook
  - `items` ProjectWebhook[], required
    - `id` string, required
    - `project_id` string, required
    - `organization_id` string, required
    - `url` string, required
    - `events` string[], required
    - `enabled` boolean, required
    - `consecutive_failures` integer
    - `disabled_reason` string, nullable
    - `created_by` string, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `count` integer, required
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

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