List NodeJS builds
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.
Path parameters
Domain name
Query parameters
Page number
Number of items per page
Build states to filter by
Response
Success response
Example response
{
"data": [
{
"uuid": "69f07fe2-197a-4fb3-9dae-606f965ad13d",
"state": "pending",
"options": {
"node_version": 24,
"app_type": "vite",
"root_directory": "src",
"output_directory": "dist",
"build_script": "build",
"entry_file": "server.js",
"package_manager": "npm",
"source_type": "archive",
"source_options": {
"archive_path": "archive.zip"
}
},
"created_at": "2024-05-29T05:49:49.067239Z",
"updated_at": "2024-05-29T05:49:49.067239Z"
}
],
"meta": {
"current_page": 1,
"per_page": 15,
"total": 100
}
}Changes
Changed in 1 of the 88 revisions of this API.13
- ●
added the new
astroenum value to thedata/items/options/oneOf[Hosting.V1.NodeJs.BuildOptionsResource]/app_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
expressenum value to thedata/items/options/oneOf[Hosting.V1.NodeJs.BuildOptionsResource]/app_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
fastifyenum value to thedata/items/options/oneOf[Hosting.V1.NodeJs.BuildOptionsResource]/app_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
gatsbyenum value to thedata/items/options/oneOf[Hosting.V1.NodeJs.BuildOptionsResource]/app_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
honoenum value to thedata/items/options/oneOf[Hosting.V1.NodeJs.BuildOptionsResource]/app_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
nestenum value to thedata/items/options/oneOf[Hosting.V1.NodeJs.BuildOptionsResource]/app_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
nextenum value to thedata/items/options/oneOf[Hosting.V1.NodeJs.BuildOptionsResource]/app_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
nitroenum value to thedata/items/options/oneOf[Hosting.V1.NodeJs.BuildOptionsResource]/app_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
nuxtenum value to thedata/items/options/oneOf[Hosting.V1.NodeJs.BuildOptionsResource]/app_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
otherenum value to thedata/items/options/oneOf[Hosting.V1.NodeJs.BuildOptionsResource]/app_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
react-routerenum value to thedata/items/options/oneOf[Hosting.V1.NodeJs.BuildOptionsResource]/app_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
svelteenum value to thedata/items/options/oneOf[Hosting.V1.NodeJs.BuildOptionsResource]/app_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
svelte-kitenum value to thedata/items/options/oneOf[Hosting.V1.NodeJs.BuildOptionsResource]/app_typeresponse property for the response status200response-property-enum-value-added
- ●