---
title: "List Smart Routers"
method: GET
path: "/v2/smart-routers"
tags: ["Smart Routers"]
---

# List Smart Routers

`GET /v2/smart-routers`

Lists Smart Routers in the current workspace, ordered newest first. Use cursor pagination and optional key, profile, or enabled-state filters to narrow the results.

## Query parameters

- `limit` integer
- `starting_after` string
- `ending_before` string
- `search` string
- `profile` SmartRouterProfile[]
- `enabled` boolean

## Response `200`

OK

- ListSmartRoutersResponse
  - `object` string, required — Object type for this collection. Always `list`.
  - `data` SmartRouter[], required — Smart Routers in the current page.
    - `smart_router_id` string, required — Unique identifier assigned to the Smart Router.
    - `key` string, required — Immutable lowercase key that identifies the Smart Router within the workspace.
    - `model_ref` string, required — Immutable workspace-qualified model reference to use in AI Gateway requests, in `<workspace-key>@orq/<key>` format.
    - `models` string[], required — Pool of 2 to 50 distinct eligible models. Each value uses `provider/model` format.
    - `profile` 'SMART_ROUTER_PROFILE_UNSPECIFIED' | 'SMART_ROUTER_PROFILE_QUALITY' | 'SMART_ROUTER_PROFILE_BALANCED' | 'SMART_ROUTER_PROFILE_COST', required
    - `enabled` boolean, required — Whether the Smart Router can be used in AI Gateway requests.
    - `created_at` string, date-time, required — Date and time when the Smart Router was created.
    - `updated_at` string, date-time, required — Date and time when the Smart Router was last updated.
  - `has_more` boolean, required — Whether more Smart Routers are available in the requested pagination direction.

---

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