---
title: "List webhooks"
method: GET
path: "/public/v2/webhooks/"
tags: ["Webhooks"]
---

# List webhooks

`GET /public/v2/webhooks/`

Retrieve a paginated list of registered webhooks.

## Query parameters

- `search` string, nullable
- `is_active` boolean, nullable
- `ordering` string, nullable
- `limit` integer — Number of records to return per page (capped at 100)
- `offset` integer — Number of records to skip before starting to return results

## Response `200`

OK

- PagedWebhookSchemaOut
  - `items` WebhookSchemaOut[], required
    - `uuid` string, required
    - `url` string, required
    - `topics` string[], required
    - `is_active` boolean, required
    - `disabled_at` string, nullable
    - `disabled_reason` string
    - `created_at` string, required
    - `last_modified_at` string, required
  - `count` integer, required

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/dualentry/apis/dualentry-public-api.md) · [All operations](https://skmtc.net/dualentry/apis/dualentry-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dualentry/dualentry-public-api/revisions/bd3299445a5e/schema)
