---
title: "Get a webhook"
method: GET
path: "/webhooks/{webhookId}"
tags: ["Webhook API:Webhooks"]
---

# Get a webhook

`GET /webhooks/{webhookId}`

## Path parameters

- `webhookId` string, uuid, required

## Response `200`

Requested webhook details

- WebhookRepresentation
  - `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/versions/9f43f6a6ee6e/schema)
