Deployments
Returns a list of Vercel deployments.
Columns
| Name | Type | References | |
| Id [KEY] | String | ||
| DeploymentName | String | ||
| ProjectId | String |
Projects.Id | |
| State | String |
The allowed values are BUILDING, ERROR, INITIALIZING, QUEUED, READY, CANCELED, DELETED. | |
| ReadyState | String |
The allowed values are BUILDING, ERROR, INITIALIZING, QUEUED, READY, CANCELED, DELETED. | |
| ReadySubstate | String | ||
| Target | String |
The allowed values are production, staging. | |
| AliasAssignedAt | Datetime | ||
| IsRollbackCandidate | Boolean | ||
| BuildingAt | Datetime | ||
| Created | Datetime | ||
| CreatedAt | Datetime | ||
| ReadyAt | Datetime | ||
| ChecksConclusion | String |
The allowed values are succeeded, failed, skipped, canceled. | |
| ChecksState | String |
The allowed values are registered, running, completed. | |
| Creator | String | ||
| ErrorCode | String | ||
| ErrorMessage | String | ||
| InspectorUrl | String | ||
| Meta | String | ||
| Source | String |
The allowed values are api-trigger-git-deploy, cli, git, import, redeploy. | |
| Type | String |
The allowed values are LAMBDAS. | |
| AliasError | String | ||
| ProjectSettings | String | ||
| Url | String |