Get Node.js build details
hosting_getNode_jsBuildDetailsV1Get a Node.js build's status, options, and timestamps by its UUID. Poll while the build is pending or running to monitor progress, and check logs if it failed.
Instructions
Returns one build by UUID: its state (pending, running, completed, failed), the
options it ran with and timestamps. Poll this while a build is pending or running. When it
is failed, read Get NodeJS build logs and Analyse failed Node.js build for the cause.
Returns 404 when the UUID does not belong to a build of this website.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Build UUID | |
| domain | Yes | Domain name | |
| username | Yes | username parameter |