hosting_listWordPressInstallationsV1
List WordPress installations to monitor status and locate sites. Filter by username, domain, or ownership to verify installation readiness.
Instructions
List WordPress installations accessible to the authenticated client.
Use this endpoint to discover existing WordPress installations and to poll for installation status after calling the install endpoint. When a newly requested installation appears in this list, WordPress is ready. Filter by username and domain to narrow results to a specific website.
Each installation includes a valid flag and, when invalid, a
validationError describing why.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | No | Filter by specific username | |
| domain | No | Filter by domain name (exact match) | |
| ownership | No | Filter by ownership type. Defaults to "owned". Use "all" to include both owned and managed installations. |