aliases

List Aliases

List every alias 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/aliases

Query parameters

workspace_idstring uuid nullable

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

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

Response

Successful Response

created_atstring nullable
namestring required
sourcestring required
targetstring required
updated_atstring nullable
user_idstring nullable
workspace_idstring uuid nullable

Changes