---
title: "Get queued and processing request counts"
method: GET
path: "/content/QueueStats"
tags: ["Content"]
---

# Get queued and processing request counts

`GET /content/QueueStats`

Returns lightweight queue counts for the authenticated client. Active means queued + processing.

## Response `200`

Successful response

- QueueStats
  - `success` boolean
  - `queued` integer — Requests waiting to be picked up for processing
  - `processing` integer — Requests currently in progress
  - `active` integer — queued + processing

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/autocontentapi/apis/content-api.md) · [All operations](https://skmtc.net/autocontentapi/apis/content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/autocontentapi/content-api/revisions/355890b6b4cc/schema)
