---
title: "List Visible Routing Policies"
method: GET
path: "/v1/organizations/me/routing-policies"
tags: ["routing"]
---

# List Visible Routing Policies

`GET /v1/organizations/me/routing-policies`

List the routing policies in force in the workspaces this caller may see.

Stored policies from the caller's visible workspaces plus the config-file
policies, which are deployment-wide and resolve in every workspace. The
response is the shape ``GET /v1/routing/policies`` answers, narrowed to the
caller's own organization.

## Query parameters

- `limit` integer — Maximum entries to return, stored and config-file together.

## Response `200`

Successful Response

- PolicyResponse[]
  - `created_at` string, nullable
  - `is_dynamic` boolean
  - `name` string, required
  - `source` string, required
  - `spec` object, required
  - `updated_at` string, nullable
  - `user_id` string, nullable
  - `workspace_id` string, uuid, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-02** `be434013dd3d` — 2 info
  - added the new optional `query` request parameter `limit`
  - added the non-success response with the status `422`
- **2026-08-31** `a932728a592e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/organizations/me/routing-policies/get.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc.dev/mozilla-ai/apis/otari/revisions/80c117c36f36?raw)
