---
title: "list least cost routings routes"
method: GET
path: "/LcrRoutes"
tags: ["Call Routing"]
---

# list least cost routings routes

`GET /LcrRoutes`

## Query parameters

- `lcr_sid` string, required

## Response `200`

list of least cost routing routes

- LcrRoute[]
  - `lcr_sid` string, required
  - `regex` string, required — out going call Phone number regex
  - `priority` integer, required
  - `description` string

## Other responses

- `500` — system error

---

[API](https://skmtc.net/jambonz/apis/jambonz-api.md) · [All operations](https://skmtc.net/jambonz/apis/jambonz-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jambonz/jambonz-api/revisions/56f317145d23/schema)
