v14
latestOpenAPI 3.0.32026-08-04377889.4 MBList aliases
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.
Query parameters
Get only aliases of the given domain name
Get only aliases created after the provided timestamp
Get only aliases created after the provided timestamp
Maximum number of aliases to list from a request
Maximum number of aliases to list from a request
Filter aliases from the given projectId
Filter aliases from the given projectId
Get aliases created after this JavaScript timestamp
Get aliases created after this JavaScript timestamp
Get aliases created before this JavaScript timestamp
Get aliases created before this JavaScript timestamp
Get aliases that would be rolled back for the given deployment
Get aliases that would be rolled back for the given deployment
The Team identifier to perform the request on behalf of.
The Team slug to perform the request on behalf of.
Response
The paginated list of aliases
Example response
{
"aliases": [
{
"alias": "my-alias.vercel.app",
"created": "2017-04-26T23:00:34.232Z",
"createdAt": 1540095775941,
"creator": {
"uid": "96SnxkFiMyVKsK3pnoHfx3Hz",
"email": "john-doe@gmail.com",
"username": "john-doe"
},
"deletedAt": 1540095775941,
"deployment": {
"id": "dpl_5m8CQaRBm3FnWRW1od3wKTpaECPx",
"url": "my-instant-deployment-3ij3cxz9qr.now.sh"
},
"deploymentId": "dpl_5m8CQaRBm3FnWRW1od3wKTpaECPx",
"projectId": "prj_12HKQaOmR5t5Uy6vdcQsNIiZgHGB",
"updatedAt": 1540095775941
}
],
"pagination": {
"count": 20,
"next": 1540095775951,
"prev": 1540095775951
}
}