hosting_getNodeJSBuildLogsV1
Retrieve Node.js build logs by build UUID, domain, and username. Poll repeatedly with from_line to stream live output while the build is running.
Instructions
Retrieve logs from a specific Node.js build process.
To stream live output while a build is running, poll this endpoint repeatedly
while the build state is running, passing the previously returned lines count
as from_line to fetch only new output since the last call.
Log content may contain ANSI escape sequences (color codes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Build UUID | |
| domain | Yes | Domain name | |
| username | Yes | username parameter | |
| from_line | No | Line from which to start retrieving logs |