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

# List Policies

`GET /v1/routing/policies`

List every routing policy in force, from config.yml and from storage.

Every scope at once, global and user-scoped alike: this is the master-key
management view, not what any one caller resolves.

## 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

## Changes

- **2026-08-05** `00866b0c5407` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/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/c05befed4db4?raw)
