Gets a list of aliases with status for the current promote
Get a list of aliases related to the last promote request with their mapping status
Path parameters
Query parameters
Maximum number of aliases to list from a request (max 100).
Maximum number of aliases to list from a request (max 100).
Get aliases created after this epoch timestamp.
Get aliases created after this epoch timestamp.
Get aliases created before this epoch timestamp.
Get aliases created before this epoch timestamp.
Filter results down to aliases that failed to map to the requested deployment
Filter results down to aliases that failed to map to the requested deployment
The Team identifier to perform the request on behalf of.
The Team slug to perform the request on behalf of.
Response
Example response
{
"pagination": {
"count": 20,
"next": 1540095775951,
"prev": 1540095775951
}
}Changes
Changed in 1 of the 39 revisions of this API.1
- ○
added the non-success response with the status
410response-non-success-status-added
- ○