Get Pending Count (Badge)
GET/api/document-inbox/pending-count
Lightweight count of all extractions currently in 'pending_review' status (sales + purchase). Polled by the navigation drawer every 60 seconds to render the inbox badge.
Response:
{ "data": { "pending_review": 7 } }
Request
Responses
- 200
Successful response