id | string | The unique identifier of the Build |
config | object | An object that contains the Build's configuration |
copiedFrom | string | |
createdAt | number | The time at which the Build was created |
createdIn | string | The region where the Build was first created |
deployedAt | number | The time at which the Build was deployed |
deploymentId | string | The unique identifier of the deployment |
entrypoint | string | The entrypoint of the deployment |
fingerprint | string | If the Build uses the @vercel/static Runtime, it contains a hashed string of all outputs |
output | array | A list of outputs for the Build that can be either Serverless Functions or static files |
readyState | string | The state of the deployment depending on the process of deploying, or if it is ready or in an error state |
readyStateAt | number | The time at which the Build state was last modified |
scheduledAt | number | The time at which the Build was scheduled to be built |
use | string | The Runtime the Build used to generate the output |