---
title: "Routing - List"
method: GET
path: "/routing"
tags: ["Routing"]
---

# Routing - List

`GET /routing`

List all routing configs

## Query parameters

- `limit` integer, nullable
- `offset` integer, nullable
- `profile_id` string, nullable

## Response `200`

Successfully fetched routing configs

- union
  - RoutingDictionary — Routing dictionary for a merchant. Contains all routing configurations created by the merchant, along with the currently active routing configuration.
    - `merchant_id` string, required — Unique merchant identifier. Example:
  - RoutingDictionaryRecord[]
    - `id` string, required — Unique identifier of the routing configuration. Example:

## Other responses

- `404` — Resource missing
- `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/versions/8fbf69ab2597/schema)
