---
title: "List Webhook Endpoints"
method: GET
path: "/webhook_endpoints"
---

# List Webhook Endpoints

`GET /webhook_endpoints`

Returns webhook endpoints for the authenticated project in newest-first order.

## Query parameters

- `limit` integer
- `after` string, nullable

## Response `200`

Success

- WebhookEndpointListResource
  - `object` 'list', required — The object type, which is always list.
  - `data` WebhookEndpointBody[], required — The webhook endpoints in this page.
    - `id` string, required — The unique ID of the webhook endpoint.
    - `object` 'webhook_endpoint', required — The object type, which is always webhook_endpoint.
    - `created_at` integer, required — The Unix timestamp when the endpoint was created.
    - `updated_at` integer — The Unix timestamp of the last endpoint configuration or signing-secret change. Initialized at creation; tests and unchanged updates do not advance it.
    - `name` string, required — The human-readable name of the endpoint.
    - `url` string, required — The HTTPS URL that receives webhook deliveries.
    - `event_types` string[], required — The event types that trigger deliveries to this endpoint.
    - `signing_secret_hint` string, nullable, required — A masked hint for the endpoint's signing secret.
  - `first_id` string, nullable, required — The ID of the first endpoint in this page.
  - `last_id` string, nullable, required — The ID of the last endpoint in this page.
  - `has_more` boolean, required — Whether more webhook endpoints are available.

## Changes

- **2026-09-16** `c8bd56db4095` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/webhook_endpoints/get.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc.dev/openai/apis/openapi/revisions/9c523485a79e?raw)
