List deployments
List deployments under the authenticated user or team. If a deployment hasn’t finished uploading (is incomplete), the url
property will have a value of null
.
Authorizations
Default authentication mechanism
Query Parameters
Name of the deployment.
"docs"
Gets the deployment created after this Date timestamp. (default: current time)
1612948664566
Maximum number of deployments to list from a request.
10
Filter deployments from the given ID or name.
"QmXGTs7mvAMMC7WW5ebrM33qKG32QK3h4vmQMjmY"
Filter deployments based on the environment.
"production"
Gets the deployment created before this Date timestamp. (default: current time)
1612948664566
Filter out deployments based on users who have created the deployment.
"kr1PsOIzqEL5Xg6M4VZcZosf,K4amb7K9dAt5R2vBJWF32bmY"
Get Deployments created after this JavaScript timestamp.
1540095775941
Get Deployments created before this JavaScript timestamp.
1540095775951
Filter deployments based on their state (BUILDING
, ERROR
, INITIALIZING
, QUEUED
, READY
, CANCELED
)
"BUILDING,READY"
Filter deployments based on their rollback candidacy
Filter deployments based on the branch name
Filter deployments based on the SHA
The Team identifier to perform the request on behalf of.
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
"my-team-url-slug"
Response
The response is of type object
.