Get Node.js build details
hosting_getNode_jsBuildDetailsV1Retrieve a Node.js build's status, options, and timestamps by UUID to monitor pending or running builds and detect failures.
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 |