webhooks.list_failed
The webhook subscription list query failed due to an internal server error.
webhooks.list_failed is returned when the webhook subscription list query fails internally. This is a transient server error.
A database query error occurred while listing subscriptions. The underlying error is logged server-side with the request_id.
Retry with exponential backoff (1-2-4-8 seconds, max 5 attempts). If the error persists, contact support with the request_id.
{
"error": {
"code": "webhooks.list_failed",
"message": "listing subscriptions failed",
"request_id": "req_01900000abc"
}
}