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

# List Smart Routers

`GET /v2/smart-routers`

Returns Smart Routers in the caller's workspace, ordered newest first. Supports cursor pagination, name search, profile filtering, and enabled-state filtering.

## Query parameters

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

## Response `200`

OK

- ListSmartRoutersResponse
  - `object` string, required
  - `data` SmartRouter[], required
    - `smart_router_id` string, required — Unique Smart Router identifier assigned by ORQ.
    - `key` string, required — Stable lowercase key used in the gateway model reference.
    - `model_ref` string, required — Workspace-qualified gateway model reference.
    - `models` string[], required — Ordered model pool in provider/model format, from highest to lowest capability.
    - `profile` 'SMART_ROUTER_PROFILE_UNSPECIFIED' | 'SMART_ROUTER_PROFILE_QUALITY' | 'SMART_ROUTER_PROFILE_BALANCED' | 'SMART_ROUTER_PROFILE_COST', required
    - `enabled` boolean, required — Whether the router is available to gateway requests.
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `has_more` boolean, required

---

[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/41c02aedc7c0/schema)
