GET v6/deployments
Operation ID: getDeployments
Auth: unknown
Description
List deployments under the account corresponding to the API token. If a deployment hasn't finished uploading (is incomplete), the `url` property will have a value of `null`.
Parameters (12)
(string, query, optional)
Name of the deployment.
(number, query, optional)
Gets the deployment created after this Date timestamp. (default: current time)
(number, query, optional)
Maximum number of deployments to list from a request.
(string, query, optional)
Filter deployments from the given `projectId`.
(boolean, query, optional)
Filter deployments based on their rollback candidacy
(number, query, optional)
Get Deployments created after this JavaScript timestamp.
(string, query, optional)
Filter deployments based on their state (`BUILDING`, `ERROR`, `INITIALIZING`, `QUEUED`, `READY`, `CANCELED`)
(string, query, optional)
Filter deployments based on the environment.
Constraints: {'enum': ['production', 'preview']}
(string, query, optional)
The Team identifier or slug to perform the request on behalf of.
(number, query, optional)
Gets the deployment created before this Date timestamp. (default: current time)
(number, query, optional)
Get Deployments created before this JavaScript timestamp.
(string, query, optional)
Filter out deployments based on users who have created the deployment.
No probe data for this endpoint yet.