---
title: "Routing - Retrieve Config"
method: GET
path: "/routing/active"
tags: ["Routing"]
---

# Routing - Retrieve Config

`GET /routing/active`

Retrieve active config

## Query parameters

- `profile_id` string, nullable

## Response `200`

Successfully retrieved active config

- union
  - RoutingRetrieveResponse — Response returned when retrieving routing configuration for a merchant account.
    - `algorithm` 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:
  - RoutingDictionaryRecord[]
    - `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)
