---
title: "List Webhook Subscriptions"
method: GET
path: "/v1/webhooks"
tags: ["webhooks"]
---

# List Webhook Subscriptions

`GET /v1/webhooks`

List the webhook subscriptions configured in the workspace.

Requires the `webhooks:read` scope on the API key.

## Query parameters

- `page` integer — Page number.
- `size` integer — Number of items per page.

## Response `200`

Successful Response

- PublicPaginationEnvelopeWebhookSubscriptionOutput
  - `items` WebhookSubscriptionOutput[], required — Records on this page.
    - `id` string, uuid, required — Unique identifier.
    - `name` string, required — Name of the subscription.
    - `url` string, required — Delivery URL events are POSTed to.
    - `description` string, nullable, required — Free-form description.
    - `event_types` OutboundWebhookEventType[], required — Event types this subscription receives.
    - `sequence_template_ids` string[], nullable, required — Sequence-template scope.
    - `status` 'ACTIVE' | 'PAUSED' | 'DISABLED', required
    - `secret_prefix` string, required — Leading characters of the signing secret, safe to display.
    - `created_at` string, date-time, required — When the subscription was created.
    - `updated_at` string, date-time, required — When the subscription last changed.
  - `total_count` integer, required — Total number of records matching the query.
  - `total_pages` integer, required — Total number of pages.
  - `has_more` boolean, required — Whether more pages remain after the current one.

---

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