---
title: "List Routing Strategies"
method: GET
path: "/routing-strategies"
tags: ["Routing Strategies"]
---

# List Routing Strategies

`GET /routing-strategies`

List routing strategies in your workspace. Returns metadata only (no routing/channels/providers content). Use GET /routing-strategies/{id} for full details.

## Query parameters

- `cursor` string, nullable
- `limit` integer

## Response `200`

- RoutingStrategyListResponse — Paginated list of routing strategy summaries.
  - `paging` Paging, required
    - `cursor` string, nullable
    - `more` boolean, required
  - `results` RoutingStrategySummary[], required
    - `id` string, required — The routing strategy ID (rs_ prefix).
    - `name` string, required — Human-readable name.
    - `description` string, nullable — Description of the routing strategy.
    - `tags` string[], nullable — Tags for categorization.
    - `created` integer, required — Epoch milliseconds when the strategy was created.
    - `creator` string, required — User ID of the creator.
    - `updated` integer, nullable — Epoch milliseconds of last update.
    - `updater` string, nullable — User ID of the last updater.

---

[API](https://skmtc.net/trycourier/apis/courier.md) · [All operations](https://skmtc.net/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycourier/courier/revisions/04f69fbf96a5/schema)
