---
title: "Get webhooks"
method: GET
path: "/api/v2/webhooks"
tags: ["Webhooks"]
---

# Get webhooks

`GET /api/v2/webhooks`

List all webhooks.

## Query parameters

- `filter` union — Filter schema for `webhook` list endpoints — pass a single condition or a logical group.
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.
  - FilterWebhook — Filter parameters for listing webhook resources, which send HTTP notifications to external URLs when resource events occur.
    - `type_id` union — Filter by webhook type (webhook or Zapier).
      - TypeId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `contains` TypeId — unresolved $ref
        - `not_eq` TypeId — unresolved $ref
        - `not_contain` TypeId — unresolved $ref
        - `eq` TypeId — unresolved $ref
    - `state_id` union — Filter by webhook delivery state (working, issues, or waiting).
      - object — Filter using explicit operator syntax.
        - `contains` StateId — unresolved $ref
        - `not_eq` StateId — unresolved $ref
        - `not_contain` StateId — unresolved $ref
        - `eq` StateId — unresolved $ref
      - StateId — unresolved $ref
    - `event_id` union — Filter by the subscribed event type (e.g. new task, updated invoice).
      - EventId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_eq` EventId — unresolved $ref
        - `not_contain` EventId — unresolved $ref
        - `eq` EventId — unresolved $ref
        - `contains` EventId — unresolved $ref
    - `id` union — Filter by webhook ID.
      - Id — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_contain` Id — unresolved $ref
        - `eq` Id — unresolved $ref
        - `not_eq` Id — unresolved $ref
        - `contains` Id — unresolved $ref
- `sort` string[]

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection webhook

---

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