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

# List

`GET /api/v1/webhooks`

Invokes the c1.api.webhooks.v1.WebhooksService.List method.

## Query parameters

- `page_size` integer — The pageSize field.
- `page_token` string — The pageToken field.

## Response `200`

Successful response

- C1ApiWebhooksV1WebhooksServiceListResponse — The WebhooksServiceListResponse message.
  - `list` C1ApiWebhooksV1Webhook[], nullable — The list field.
    - `callbackTimeout` string, duration
    - `createdAt` string, date-time
    - `deletedAt` string, date-time
    - `description` string — The description field.
    - `displayName` string — The displayName field.
    - `id` string — The id field.
    - `updatedAt` string, date-time
    - `url` string — The url field.
  - `nextPageToken` string — The nextPageToken field.

## Changes

- **2026-03-10** `7fa698b04b81` — 1 info
  - added the optional property `list/items/callbackTimeout` to the response with the `200` status
- **2025-04-10** `17f9f3bcedd5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/webhooks/get.md)

---

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