OpenAPI 3.1.0raw.githubusercontent.com2026-08-20135166549.8 KB

cea76e85cdac

routing

List 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.

get/v1/routing/policies

Query parameters

workspace_idstring uuid nullable

Only stored policies in this workspace. Config-file policies are always included. Every stored policy is in the deployment's default workspace today, because name uniqueness and the resolution cache are both deployment-wide, so this narrows to one workspace and finds the rest empty until those are scoped (otari-ai#1643).

Only stored policies in this workspace. Config-file policies are always included. Every stored policy is in the deployment's default workspace today, because name uniqueness and the resolution cache are both deployment-wide, so this narrows to one workspace and finds the rest empty until those are scoped (otari-ai#1643).

Response

Successful Response

created_atstring nullable
is_dynamicboolean
namestring required
sourcestring required
specobject required
updated_atstring nullable
user_idstring nullable