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

# List Webhooks

`GET /v1/webhooks/list`

List all webhook endpoints for the calendar.

## Query parameters

- `pagination_cursor` string — Value of `next_cursor` from a previous request.
- `pagination_limit` number — The number of items to return. The server will enforce a maximum number.

## Response `200`

Successful response.

- object
  - `entries` object[], required
    - `id` string, required
    - `url` string, required
    - `event_types` string[], required
    - `status` 'active' | 'paused', required
    - `secret` string, required
    - `created_at` string, date-time, required — ISO 8601 Datetime. For example, 2022-10-19T03:27:13.673Z
  - `has_more` boolean, required
  - `next_cursor` string

---

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