List NodeJS builds
hosting_listNodeJSBuildsV1Retrieve a paginated list of Node.js build processes for a website, with optional filtering by build state to monitor pending, running, completed, or failed builds.
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 |