---
title: "List routing rules"
method: POST
path: "/routing/list/{created_by}"
tags: ["Routing Rules"]
---

# List routing rules

`POST /routing/list/{created_by}`

List all routing rules for a merchant.

## Path parameters

- `created_by` string, required

## Response `200`

List of routing rules

- JsonifiedRoutingAlgorithm[]
  - `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` — 2 warning, 4 info
  - removed the optional property `items/algorithm` from the response with the `200` status
  - removed the optional property `items/rule_id` from the response with the `200` status
  - added the optional property `items/algorithm_data` to the response with the `200` status
  - added the optional property `items/created_at` to the response with the `200` status
  - …2 more
- **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/: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)
