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

# List webhooks

`GET /v0/webhooks`

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

List of webhooks

- ListWebhooksResponse
  - `data` Webhook[], required — The list of webhooks
    - `id` string, required — The unique identifier for the webhook
    - `object` 'webhook', required
    - `status` 'active' | 'inactive', required — The status of the webhook
    - `events` EventType[], required — The events to trigger the webhook
    - `url` string, uri, required — The URL to send the webhook to
    - `secret` string, nullable, required — The secret to verify the webhook signature. Only returned on Webhook creation.
    - `metadata` object — The metadata of the webhook
    - `createdAt` string, date-time, required — The date and time the webhook was created
    - `updatedAt` string, date-time, required — The date and time the webhook was last updated
  - `hasMore` boolean, required — Whether there are more results to paginate through
  - `nextCursor` string, nullable, required — The cursor to paginate through the next set of results

---

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