---
title: "Get a Webhook"
method: GET
path: "/orgs/{orgId}/apps/{appId}/webhooks/{jobId}"
tags: ["public", "Event"]
---

# Get a Webhook

`GET /orgs/{orgId}/apps/{appId}/webhooks/{jobId}`

## Path parameters

- `orgId` string, required
- `appId` string, required
- `jobId` string, required

## Response `200`

The requested webhook.

- WebhookResponse — Webhook is a special type of a Job. It performs an HTTPS request to a specified URL with specified headers.
  - `created_at` string — The timestamp of when this Job was created.
  - `created_by` string — The user who created this Job
  - `disabled` boolean, nullable, required — Defines whether this job is currently disabled.
  - `headers` JSONFieldResponse, required
  - `id` string, required — Job ID, unique within the Organization
  - `payload` JSONFieldResponse, required
  - `secret_headers` string[], required — The names of the webhook's secret HTTP headers.
  - `triggers` EventBaseResponse[], required — A list of Events by which the Job is triggered
    - `scope` string, required — Event scope
    - `type` string, required — Event type
  - `url` string, nullable, required — The webhook's URL (without protocol, only HTTPS is supported).

## Other responses

- `404` — The requested webhook not found.

## Changes

- **2026-08-31** `3980a71317ca` — 1 info
  - added the required property `secret_headers` to the response with the `200` status

[Change history](https://skmtc.dev/humanitec/apis/humanitec-api/changes/orgs/:orgId/apps/:appId/webhooks/:jobId/get.md)

---

[API](https://skmtc.dev/humanitec/apis/humanitec-api.md) · [All operations](https://skmtc.dev/humanitec/apis/humanitec-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humanitec/humanitec-api/revisions/3980a71317ca/schema)
