---
title: "List Aliases"
method: GET
path: "/v1/aliases"
tags: ["aliases"]
---

# List Aliases

`GET /v1/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.

## Query parameters

- `workspace_id` string, 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.

## Response `200`

Successful Response

- AliasResponse[]
  - `created_at` string, nullable
  - `name` string, required
  - `source` string, required
  - `target` string, required
  - `updated_at` string, nullable
  - `user_id` string, nullable
  - `workspace_id` string, uuid, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-25** `daef1d31b5d1` — 1 info
  - added the optional property `items/workspace_id` to the response with the `200` status
- **2026-08-19** `3945cde96091` — 2 info
  - added the new optional `query` request parameter `workspace_id`
  - added the non-success response with the status `422`
- **2026-07-31** `7437535331c5` — 1 info
  - added the optional property `items/user_id` to the response with the `200` status
- **2026-07-20** `d9a87177ce4a` — 1 info
  - the endpoint scheme security `XApiKeyAuth` was added to the API
- **2026-07-17** `db57bd46e3eb` — 1 info
  - endpoint added

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