---
title: "GET /v2/webhooks"
method: GET
path: "/v2/webhooks"
---

# GET /v2/webhooks

`GET /v2/webhooks`

Lists all webhooks for your company. Optionally filter by agent_id.

## Query parameters

- `agent_id` string, uuid

## Response `200`

Webhooks retrieved successfully

- object
  - `data` WebhookListResponse, required
    - `webhooks` WebhookResponse[], required
      - `id` string, uuid — Unique identifier for the webhook.
      - `agent_id` string, uuid — The agent this webhook is associated with.
      - `name` string — The webhook name.
      - `url` string, uri — The webhook URL.
      - `secret` string — The webhook signing secret. Returned only on creation.
      - `events` string[] — Subscribed event types.
      - `data_options` DataOptions
        - `include_transcript` boolean — Include the full call transcript in webhook payload.
        - `include_recording_url` boolean — Include the call recording URL in webhook payload.
      - `custom_headers` CustomHeaders — Custom HTTP headers to send with webhook requests.
      - `is_active` boolean — Whether the webhook is active.
      - `created_at` string, date-time
      - `updated_at` string, date-time
    - `total_count` integer, required

---

[API](https://skmtc.net/i-stem/apis/samora-ai-api.md) · [All operations](https://skmtc.net/i-stem/apis/samora-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/i-stem/samora-ai-api/revisions/cb390cb388d1/schema)
