GetDeploymentsChecks
June 9, 2026 ยท View on GitHub
Detailed information about v2 deployment checks. Includes information about blocked workflows in the deployment lifecycle.
Example Usage
import { GetDeploymentsChecks } from "@vercel/sdk/models/getdeploymentsop.js";
let value: GetDeploymentsChecks = {
deploymentAlias: {
state: "pending",
startedAt: 8487.28,
},
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
deploymentAlias | models.GetDeploymentsDeploymentAlias | :heavy_check_mark: | Detailed information about v2 deployment checks. Includes information about blocked workflows in the deployment lifecycle. |