hosting_listWordPressInstallationsV1
List WordPress installations for the authenticated client. Filter by username, domain, or ownership to monitor installation status and detect validation errors.
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. |