v13

OpenAPI 3.0.32026-07-31359869.4 MB
projects

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

get/v1/projects/{projectId}/promote/aliases

Path parameters

projectIdstring required

Query parameters

limitnumber

Maximum number of aliases to list from a request (max 100).

Example:20

Maximum number of aliases to list from a request (max 100).

sincenumber

Get aliases created after this epoch timestamp.

Example:1609499532000

Get aliases created after this epoch timestamp.

untilnumber

Get aliases created before this epoch timestamp.

Example:1612264332000

Get aliases created before this epoch timestamp.

failedOnlyboolean

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

teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l

The Team identifier to perform the request on behalf of.

slugstring
Example:my-team-url-slug

The Team slug to perform the request on behalf of.

Response

object required
OR

Example response

{
  "pagination": {
    "count": 20,
    "next": 1540095775951,
    "prev": 1540095775951
  }
}