hosting_listJsDeployments
Check deployment status by listing JavaScript application deployments for a domain. Supports pagination and state filtering.
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) |