Skip to content

Notify-worker DLQ depth (unauthenticated, scraper-friendly)

GET
/v1/health/notify
curl --request GET \
--url http://localhost:3000/v1/health/notify

Notify DLQ depth.

Media typeapplication/json
object
status
required
string
Allowed values: ok degraded unreachable
dlqDepth
required
integer | null
Example
{
"status": "ok"
}