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

Changed in 3 of the 143 revisions of this API.4

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the new optional query request parameter workspace_id

      new-optional-request-parameter

    • added the non-success response with the status

      response-non-success-status-added

    • endpoint added

      endpoint-added