---
title: "Get aliases"
method: GET
path: "/api/aliases"
tags: ["alias"]
---

# Get aliases

`GET /api/aliases`

Get all aliases

## Response `200`

OK

- ModelAliasList
  - `aliases` ModelAlias[]
    - `catch_all` boolean
    - `created_at` string
    - `description` string
    - `enabled` boolean
    - `from_name` string
    - `id` string
    - `name` string
    - `recipients` string
    - `stats` ModelAliasStats
      - `blocks` integer
      - `forwards` integer
      - `replies` integer
      - `sends` integer
  - `total` integer

## Other responses

- `400` — Bad Request

## Changes

- **2025-12-08** `08582647347e` — 1 info
  - endpoint added
- **2025-07-07** `24d4b1cd7621` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ivpn/apis/untitled-api/changes/api/aliases/get.md)

---

[API](https://skmtc.dev/ivpn/apis/untitled-api.md) · [All operations](https://skmtc.dev/ivpn/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ivpn/untitled-api/revisions/0e7bcc538dce/schema)
