---
title: "GET /api/v1/webhooks"
method: GET
path: "/api/v1/webhooks"
tags: ["Webhooks"]
---

# GET /api/v1/webhooks

`GET /api/v1/webhooks`

List webhook subscriptions for a tenant

## Query parameters

- `pageSize` integer — Default 20, max 100
- `pageToken` string — Pass next_page_token from a prior response

## Response `200`

Default Response

- ListWebhookSubscriptionsResponse
  - `subscriptions` WebhookSubscription[], required
    - `subscriptionId` string, uuid, required — UUID
    - `name` string, required — Webhook subscription name
    - `url` string, uri, required
    - `eventTypes` string[], required
    - `active` boolean, required — Whether the subscription is active
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `metadata` Metadata
  - `page` PaginationResult, required
    - `nextPageToken` string — Empty if no more pages
    - `total` integer — Optional total count if cheap to compute

---

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