---
title: "Get Dropped Requests"
method: GET
path: "/api/logs/dropped"
tags: ["Logging"]
---

# Get Dropped Requests

`GET /api/logs/dropped`

Get information about requests that were dropped due to queue overflow or other capacity limits.

## Response `200`

Dropped requests information

- DroppedRequestsResponse
  - `total_dropped` integer, required — Total number of dropped requests
  - `recent_drops` DroppedRequest[], required — Recent dropped requests
    - `timestamp` string, date-time, required — When the request was dropped
    - `reason` string, required — Reason for dropping the request
    - `provider` 'openai' | 'anthropic' | 'azure' | 'bedrock' | 'cohere' | 'vertex' | 'mistral' | 'ollama' | 'groq' | 'sgl' — AI model provider
    - `model` string — Model name requested

## Other responses

- `500` — unresolved $ref

---

[API](https://skmtc.dev/getbifrost/apis/bifrost-http-transport-api.md) · [All operations](https://skmtc.dev/getbifrost/apis/bifrost-http-transport-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbifrost/bifrost-http-transport-api/revisions/e70d3ae3c0d0/schema)
