Skip to content

Aggregated queue health across the platform (platform admin)

GET
/admin/health
curl --request GET \
--url http://localhost:3000/admin/health \
--header 'X-Admin-Key: <X-Admin-Key>'

Fan-out and notify DLQ depths.

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

Authenticated but not permitted.

Media typeapplication/json
object
error
required
object
code
required
string
Allowed values: VALIDATION_FAILED UNAUTHENTICATED FORBIDDEN NOT_FOUND CONFLICT RATE_LIMITED INTERNAL
message
required
string
requestId
required
string
fields

Present only for VALIDATION_FAILED.

Array<object>
object
path
string
message
string
Example
{
"error": {
"code": "VALIDATION_FAILED"
}
}