---
title: "Get aliases by domain"
method: GET
path: "/aliases/all"
tags: ["Alias"]
---

# Get aliases by domain

`GET /aliases/all`

Obtain a list of all alias names associated with your account and given domain. Result array is in descending order by creation date. 

 If no domain is specified you will receive a list of all the alias names you have created using the Short.fyi domain. 

 If there are more results than the limit for the request the response will return you a value in lastId property you can specify it in the continueFrom query parameter to get the next batch of records.

## Query parameters

- `domainName` string
- `continueFrom` string
- `limit` integer

## Response `200`

returns Array of aliases with lastId

- GetAliasesModel
  - `aliases` string[]
  - `lastId` string

---

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