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

# List

`GET /api/v1/webhooks`

List all webhook subscriptions in the tenant, with pagination.

## Query parameters

- `page_size` integer — The maximum number of webhooks to return per page.
- `page_token` string — The pagination token from a previous list response to fetch the next page.

## Response `200`

Successful response

- C1ApiWebhooksV1WebhooksServiceListResponse — The WebhooksServiceListResponse message.
  - `list` C1ApiWebhooksV1Webhook[], nullable — The list of webhooks for the current page.
    - `callbackTimeout` string, duration
    - `createdAt` string, date-time
    - `deletedAt` string, date-time
    - `description` string — An optional description of the webhook's purpose.
    - `displayName` string — The human-readable name of the webhook.
    - `id` string — The unique identifier of the webhook.
    - `updatedAt` string, date-time
    - `url` string — The destination URL that receives event notification HTTP callbacks.
  - `nextPageToken` string — A token to retrieve the next page of results, or empty if there are no more results.

---

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