---
title: "Retrieve a worker webhook"
method: GET
path: "/api/workers/{workerId}/webhook"
tags: ["Webhooks"]
---

# Retrieve a worker webhook

`GET /api/workers/{workerId}/webhook`

Retrieve the webhook URL and shared token configured for a worker. Both fields are `null` when no webhook is configured. Only the worker creator can read the webhook configuration.

## Path parameters

- `workerId` string, required

## Response `200`

Current webhook configuration.

- Webhook
  - `url` string, nullable, required — HTTPS endpoint that receives webhook deliveries when a task completes. `null` when no webhook is configured.
  - `token` string, nullable, required — Shared secret sent in the `X-Handinger-Token` header on each delivery. `null` when no webhook is configured.

## Other responses

- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not found.
- `429` — Rate limit exceeded.
- `500` — Internal server error.

## Changes

- **2026-05-11** `739921ecbe94` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ramensoft/apis/handinger-api/changes/api/workers/:workerId/webhook/get.md)

---

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