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

# List Visible Aliases

`GET /v1/organizations/me/aliases`

List the aliases in force in the workspaces this caller may see.

The policies list's sibling, over ``model_aliases``, and scoped the same way:
stored rows from the caller's visible workspaces, plus the config-file
aliases, which are deployment-wide.

## Query parameters

- `limit` integer — Maximum entries to return, stored and config-file together.

## 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-09-02** `be434013dd3d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/organizations/me/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)
