---
title: "Get"
method: GET
path: "/api/v1/webhooks/{id}"
tags: ["Webhook"]
---

# Get

`GET /api/v1/webhooks/{id}`

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

## Path parameters

- `id` string, required — The id field.

## Response `200`

Successful response

- C1ApiWebhooksV1WebhooksServiceGetResponse — The WebhooksServiceGetResponse message.
  - `webhook` C1ApiWebhooksV1Webhook — The Webhook message.
    - `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.

## Changes

- **2026-03-10** `7fa698b04b81` — 1 info
  - added the optional property `webhook/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/:id/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/8a0bdc21dd5f/schema)
