> ## Documentation Index
> Fetch the complete documentation index at: https://docs.causeloop.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Review Queue Stats

> Counts by type/age (open items only; age bucketed by created_at).



## OpenAPI

````yaml /openapi.json get /v1/review-queue/stats
openapi: 3.1.0
info:
  description: Causeloop Platform Backend
  title: Causeloop API
  version: 1.0.0
servers: []
security: []
paths:
  /v1/review-queue/stats:
    get:
      tags:
        - review-queue
      summary: Review Queue Stats
      description: Counts by type/age (open items only; age bucketed by created_at).
      operationId: review_queue_stats_v1_review_queue_stats_get
      responses:
        '200':
          content:
            application/json:
              schema: {}
          description: Successful Response
      security:
        - HTTPBearer: []
components:
  securitySchemes:
    HTTPBearer:
      scheme: bearer
      type: http

````