---
title: "Get active routing rule"
method: POST
path: "/routing/list/active/{created_by}"
tags: ["Routing Rules"]
---

# Get active routing rule

`POST /routing/list/active/{created_by}`

Retrieve the currently active routing rule for a merchant.

## Path parameters

- `created_by` string, required

## Response `200`

Active routing rule

- JsonifiedRoutingAlgorithm[] — Active routing algorithms. Empty array when none is active.
  - `id` string
  - `created_by` string
  - `name` string
  - `description` string
  - `algorithm_data` object — The stored algorithm, tagged by `type` with the variant payload under `data`. See `RoutingAlgorithm`.
  - `algorithm_for` string
  - `created_at` string
  - `modified_at` string

---

[API](https://skmtc.net/juspay/apis/decision-engine.md) · [All operations](https://skmtc.net/juspay/apis/decision-engine/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/juspay/decision-engine/versions/36e7a0972ee6/schema)
