---
title: "Find webhooks"
method: GET
path: "/webhooks"
tags: ["Webhook API:Webhooks"]
---

# Find webhooks

`GET /webhooks`

## Query parameters

- `Status` WebhookStatus[]
- `Events` EventName[]

## Response `200`

List of webhooks

- WebhookListRepresentation
  - `items` WebhookModel[], nullable
    - `webhookId` string, uuid
    - `name` string, nullable
    - `status` 'Enabled' | 'Disabled' | 'Suspended' | 'Failed', string
    - `url` string, uri, nullable
    - `events` EventName[], nullable
    - `eventFilters` WebhookEventFilterModel
      - `jobapplication_status_changed` WebhookEventStatusChangeFilterModel
        - `statusId` integer[], nullable — Limit events to a specific status
        - `statusActive` boolean — Limit events to an active/open status
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `enabledAt` string, date-time, nullable
    - `disabledAt` string, date-time, nullable
    - `suspendedAt` string, date-time, nullable
    - `failedAt` string, date-time, nullable
  - `links` ModelLinks
    - `self` string, uri, nullable

---

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