---
title: "Routing - Retrieve"
method: GET
path: "/routing/{routing_algorithm_id}"
tags: ["Routing"]
---

# Routing - Retrieve

`GET /routing/{routing_algorithm_id}`

Retrieve a routing algorithm

## Path parameters

- `routing_algorithm_id` string, required

## Response `200`

Successfully fetched routing config

- MerchantRoutingAlgorithm — Routing algorithm configuration created for a merchant. Represents a fully defined routing strategy scoped to a profile and transaction type.
  - `id` string, required — Unique identifier of the routing configuration. Example:

## Other responses

- `403` — Forbidden
- `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)
