hosting_getNodeJSBuildLogsV1
Retrieve Node.js build logs from a specific process. Poll repeatedly to stream live output, passing the previous line count to fetch only new lines.
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 |
|---|---|---|---|
| username | Yes | username parameter | |
| domain | Yes | Domain name | |
| uuid | Yes | Build UUID | |
| from_line | No | Line from which to start retrieving logs |