---
title: "List events a webhook is subscribed to"
method: GET
path: "/public/communities/{subdomain}/webhooks/{webhookId}/events"
tags: ["communityWebhook"]
---

# List events a webhook is subscribed to

`GET /public/communities/{subdomain}/webhooks/{webhookId}/events`

## Path parameters

- `subdomain` string, required
- `webhookId` string, uuid, required

## Query parameters

- `limit` number
- `page` number, nullable
- `statusFilter` string[], required

## Headers

- `x-api-key` string, required

## Response `200`

200

- object
  - `items` object[], required
    - `id` string, uuid, required
    - `webhookId` string, uuid, required
    - `status` 'success' | 'exhausted' | 'failed' | 'pending', required
    - `createdAt` string, date-time, nullable, required
    - `updatedAt` string, date-time, nullable, required
    - `retryAt` string, date-time, nullable, required
    - `eventType` string, required
    - `tries` number, required
  - `page` number, required

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `409` — 409
- `429` — 429
- `500` — 500

---

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