---
title: "Returns specific webhook records referenced matching the given filter criteria and matching the given filter criteria"
method: GET
path: "/webhook"
tags: ["webhook"]
---

# Returns specific webhook records referenced matching the given filter criteria and matching the given filter criteria

`GET /webhook`

Retrieves webhook configurations for a specific organizational unit. Returns webhook endpoint URLs, trigger events, authentication settings, and delivery status. Supports pagination and filtering.

## Query parameters

- `ouId` integer, required
- `limit` integer
- `offset` integer
- `filter` string[]

## Response `200`

Webhook configurations with endpoints, events, and settings

- WebhookResponse
  - `result` string, required — Outcome of the request. String, typically 'success' or 'error'.
  - `err` string — Error message when result='error'. String. Empty/null on success.
  - `data` object, required — Response payload. Shape varies by endpoint.
    - `webhook_id` integer — Unique identifier representing the webhook. Type: integer (int32).
    - `webhook_name` string — Client defined name for the webhook. Type: string.
    - `target_url` string — A client provided Url for the webhook. Type: string.

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/convirza/apis/convirza-apis.md) · [All operations](https://skmtc.net/convirza/apis/convirza-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/convirza/convirza-apis/versions/ccf9bbe34f5a/schema)
