---
title: "Health Backlog"
method: GET
path: "/health/backlog"
tags: ["health"]
---

# Health Backlog

`GET /health/backlog`

Returns the number of HTTP requests currently in-flight on this uvicorn worker.

Use this to measure per-pod queue depth. A high value means the worker is
processing many concurrent requests — requests arriving now will have to wait
for the event loop to get to them, adding latency before LiteLLM even starts
its own timer.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/flock/apis/litellm-api.md) · [All operations](https://skmtc.net/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/8fbaab4fc7c5/schema)
