---
title: "Retrieve an alias"
method: GET
path: "/aliases/{aliasName}"
tags: ["collections"]
---

# Retrieve an alias

`GET /aliases/{aliasName}`

Find out which collection an alias points to by fetching it

## Path parameters

- `aliasName` string, required

## Response `200`

Collection alias fetched

- CollectionAlias
  - `name` string, required — Name of the collection alias
  - `collection_name` string, required — Name of the collection the alias mapped to

## Other responses

- `404` — The alias was not found

---

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