---
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

## Changes

> 13 revisions in range; 1 could not be searched.

- **2026-08-04** `36e7a0972ee6` — 1 breaking, 6 warning, 1 info
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `algorithm` from the response with the `200` status
  - removed the optional property `algorithm_for` from the response with the `200` status
  - removed the optional property `created_by` from the response with the `200` status
  - …4 more
- **2026-04-25** `986e537b0455` — 2 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - the endpoint scheme security `BearerAuth` was added to the API
- **2026-04-10** `9618544de91a` — 2 info
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
  - the endpoint scheme security `BearerAuth` was removed from the API

[Change history](https://skmtc.dev/juspay/apis/decision-engine/changes/routing/list/active/:created_by/post.md)

---

[API](https://skmtc.dev/juspay/apis/decision-engine.md) · [All operations](https://skmtc.dev/juspay/apis/decision-engine/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/juspay/decision-engine/revisions/a35ceeb59faf/schema)
