routing

List Policies

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

Every scope at once, workspace-wide 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, being deployment-wide. Omit to list the stored policies of every workspace.

Only stored policies in this workspace. Config-file policies are always included, being deployment-wide. Omit to list the stored policies of every workspace.

Response

Successful Response

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

Changes