Skip to main content

Review Stats

Get statistics for the review queue including total pending items, items by status, and average time in queue. Useful for monitoring review backlog.

GET/v1/review/stats

Response

Response fields

totalintegerTotal number of review records across all statuses.
by_statusobjectCount of records keyed by status (e.g. pending, approved, rejected).

Response

{
  "total": 260,
  "by_status": {
    "pending": 15,
    "approved": 230,
    "rejected": 15
  }
}

Errors

Error responses

401unauthorizedMissing or invalid API key.
429rate_limitedToo many requests. Retry after the period indicated in the Retry-After header.