hosting_listNodeJSBuildsV1
Retrieve a paginated list of Node.js builds for a website, filterable by build state (pending, running, completed, failed).
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 |
|---|---|---|---|
| username | Yes | username parameter | |
| domain | Yes | Domain name | |
| page | No | Page number | |
| per_page | No | Number of items per page | |
| states | No | Build states to filter by |