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

# GET /alias

`GET /alias`

Get all aliases

## Response `200`

AliasStructList

- AliasStructList
  - `data` AliasStruct[]
    - `alias` string, required — alias name
    - `captureID` string, required
    - `guid` string
    - `id` integer
    - `ip` string, required
    - `mask` integer, required
    - `port` integer, required
    - `status` boolean

## Changes

- **2021-10-13** `ee397eaefd08` — 1 info
  - the security scope `[]` was added to the endpoint's security scheme `bearer`
- **2021-10-09** `a5730259529b` — 1 info
  - the security scope `[]` was added to the endpoint's security scheme `bearer`
- **2021-10-08** `d39f8246865f` — 2 info
  - the security scope `[]` was added to the endpoint's security scheme `bearer`
  - added the success response with the status `200`
- **2021-10-05** `b340e39800ae` — 1 info
  - the security scope `[]` was added to the endpoint's security scheme `bearer`
- **2020-04-01** `8739183b4c43` — 2 info
  - api operation id `ListAlias` removed and replaced with `aliasGetAllAlias`
  - the security scope `[]` was added to the endpoint's security scheme `bearer`

[Full history](https://skmtc.dev/sipcapture/apis/homer-app/changes/alias/get.md)

---

[API](https://skmtc.dev/sipcapture/apis/homer-app.md) · [All operations](https://skmtc.dev/sipcapture/apis/homer-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sipcapture/homer-app/revisions/ee397eaefd08/schema)
