hosting_listJsDeployments
Retrieve a paginated list of Node.js application deployments for a domain, with optional filtering by state, to check deployment 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 |
|---|---|---|---|
| domain | Yes | Domain name associated with the hosting account (e.g., example.com) | |
| page | No | Page number for pagination (optional) | |
| perPage | No | Number of items per page (optional) | |
| states | No | Filter by deployment states (optional). Valid values: pending, completed, running, failed |