List JavaScript deployments
hosting_listJsDeploymentsRetrieve paginated Node.js deployments for a domain, filterable by deployment state to check their status.
Instructions
List javascript application deployments for checking their status. Use this tool when customer asks for the status of the deployment. This tool retrieves a paginated list of Node.js application deployments for a domain with optional filtering by deployment states.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (optional) | |
| domain | Yes | Domain name associated with the hosting account (e.g., example.com) | |
| states | No | Filter by deployment states (optional). Valid values: pending, completed, running, failed | |
| perPage | No | Number of items per page (optional) |