Skip to main content

builds

Overview

Namebuilds
TypeResource
Idvercel.deployments.builds

Fields

NameDatatypeDescription
idstringThe unique identifier of the Build
configobjectAn object that contains the Build's configuration
copiedFromstring
createdAtnumberThe time at which the Build was created
createdInstringThe region where the Build was first created
deployedAtnumberThe time at which the Build was deployed
deploymentIdstringThe unique identifier of the deployment
entrypointstringThe entrypoint of the deployment
fingerprintstringIf the Build uses the @vercel/static Runtime, it contains a hashed string of all outputs
outputarrayA list of outputs for the Build that can be either Serverless Functions or static files
readyStatestringThe state of the deployment depending on the process of deploying, or if it is ready or in an error state
readyStateAtnumberThe time at which the Build state was last modified
scheduledAtnumberThe time at which the Build was scheduled to be built
usestringThe Runtime the Build used to generate the output

Methods

NameAccessible byRequired Params
get_builds_for_deploymentSELECTdeploymentId
_get_builds_for_deploymentEXECdeploymentId