v15

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-287323136.0 KB
Approval Queue

Get pending approval count

Returns the number of pending approval requests for the authenticated operator. Used by dashboard sidebar badges and SDK polling.

get/api/v1/approvals/count

Response

Pending approval count

pendingnumber

Number of pending approvals

Example response

{
  "pending": 3
}