---
title: "Gets a list of aliases with status for the current promote"
method: GET
path: "/v1/projects/{projectId}/promote/aliases"
tags: ["projects"]
---

# Gets a list of aliases with status for the current promote

`GET /v1/projects/{projectId}/promote/aliases`

Get a list of aliases related to the last promote request with their mapping status

## Path parameters

- `projectId` string, required

## Query parameters

- `limit` number — Maximum number of aliases to list from a request (max 100).
- `since` number — Get aliases created after this epoch timestamp.
- `until` number — Get aliases created before this epoch timestamp.
- `failedOnly` boolean — Filter results down to aliases that failed to map to the requested deployment
- `teamId` string
- `slug` string

## Response `200`

- union
  - object
  - object
    - `aliases` object[], required
      - `status` string, required
      - `alias` string, required
      - `id` string, required
    - `pagination` Pagination, required — This object contains information related to the pagination of the current request, including the necessary parameters to get the next or previous page of data.
      - `count` number, required — Amount of items in the current page.
      - `next` number, nullable, required — Timestamp that must be used to request the next page.
      - `prev` number, nullable, required — Timestamp that must be used to request the previous page.

## Other responses

- `400` — One of the provided values in the request query is invalid.
- `401` — The request is not authorized.
- `403` — You do not have permission to access this resource.
- `404`
- `410`

---

[API](https://skmtc.net/vercel/apis/api.md) · [All operations](https://skmtc.net/vercel/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vercel/api/versions/b4d86a3e3479/schema)
