> ## Documentation Index
> Fetch the complete documentation index at: https://api-reference.hyperswitch.io/llms.txt
> Use this file to discover all available pages before exploring further.

# List Active Routing Algorithms

> Curl example for listing active routing algorithms.

# List Active Routing Algorithms

## Request

```bash theme={null}
curl --location --request POST "$BASE_URL/routing/list/active/merchant_demo" \
  --header "$AUTH_HEADER" \
  --header "Content-Type: application/json"
```

## Response

```json theme={null}
[
  {
    "rule_id": "routing_e641380c-6f24-4405-8454-5ae6cbceb7a0",
    "name": "priority rule",
    "algorithm_for": "payment"
  }
]
```
