GET /v4/aliases

vercel.com

Summary: List aliases
Operation ID: listAliases
Auth: unknown
Description

Retrieves a list of aliases for the authenticated User or Team. When `domain` is provided, only aliases for that domain will be returned. When `projectId` is provided, it will only return the given project aliases.

Parameters (8)

domain (?, query, optional)

Get only aliases of the given domain name

from (number, query, optional)

Get only aliases created after the provided timestamp

limit (number, query, optional)

Maximum number of aliases to list from a request

projectId (string, query, optional)

Filter aliases from the given `projectId`

rollbackDeploymentId (string, query, optional)

Get aliases that would be rolled back for the given deployment

since (number, query, optional)

Get aliases created after this JavaScript timestamp

teamId (string, query, optional)

The Team identifier or slug to perform the request on behalf of.

until (number, query, optional)

Get aliases created before this JavaScript timestamp

No probe data for this endpoint yet.