---
title: "Fetch eliminated processor list"
method: POST
path: "/elimination.EliminationAnalyser/GetEliminationStatus"
tags: ["Elimination"]
---

# Fetch eliminated processor list

`POST /elimination.EliminationAnalyser/GetEliminationStatus`

Determines which processors should be eliminated from routing consideration based on historical performance data.

## Headers

- `x-tenant-id` string, required
- `x-profile-id` string, required
- `x-api-key` string, required

## Request body

- EliminationRequest
  - `id` string, required — Entity identifier
  - `params` string — Additional parameters for elimination analysis
  - `labels` string[], required — Labels (processors) to check for elimination
  - `config` EliminationBucketConfig, required
    - `bucket_size` integer, required — Maximum failures allowed before elimination
    - `bucket_leak_interval_in_secs` number, required — Time interval after which failures are "forgotten"

## Response `200`

Returns a eliminated processor list

- EliminationResponse
  - `labels_with_status` EliminationLabelWithStatus[] — Elimination status for each label
    - `label` string
    - `elimination_information` EliminationInformation[]
      - `entity` BucketInformation
        - `is_eliminated` boolean — Whether the processor should be eliminated
        - `bucket_name` string[] — Bucket identifiers that triggered elimination
      - `global` BucketInformation
        - `is_eliminated` boolean — Whether the processor should be eliminated
        - `bucket_name` string[] — Bucket identifiers that triggered elimination

## Other responses

- `400` — Invalid request parameters
- `500` — Internal server error

---

[API](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0.md) · [All operations](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperswitch/dynamic-routing-openapi-3-0/revisions/8fbf69ab2597/schema)
