---
title: "Get Fallback"
method: GET
path: "/fallback/{model}"
tags: ["Fallback Management"]
---

# Get Fallback

`GET /fallback/{model}`

Get fallback configuration for a specific model.

**Parameters:**
- `model`: The model name to get fallbacks for
- `fallback_type`: Type of fallback to retrieve (query parameter)

**Example:**
```
GET /fallback/gpt-3.5-turbo?fallback_type=general
```

## Path parameters

- `model` string, required

## Query parameters

- `fallback_type` 'general' | 'context_window' | 'content_policy'

## Response `200`

Successful Response

- FallbackGetResponse — Response model for getting fallbacks
  - `model` string, required — The model name
  - `fallback_models` string[], required — List of fallback model names
  - `fallback_type` string, required — Type of fallback

## Other responses

- `422` — Validation Error

---

[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)
