List NodeJS builds
hosting_listNodeJSBuildsV1Retrieve paginated Node.js builds for a website, filterable by pending, running, completed, or failed states. Use build UUIDs to access corresponding logs.
Instructions
Retrieve a paginated list of Node.js build processes for a specific website.
Each build represents a single run of the Node.js build pipeline. Use the states
query parameter to filter results by build state (pending, running, completed, failed).
Use the uuid from a build to poll its output via the Get Node.js Build Logs endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| domain | Yes | Domain name | |
| states | No | Build states to filter by | |
| per_page | No | Number of items per page | |
| username | Yes | username parameter |