hosting_listWordPressInstallationsV1
List WordPress installations for the authenticated user, with optional filters by domain, username, or ownership. Use to check installation status after creating a new site.
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 |
|---|---|---|---|
| domain | No | Filter by domain name (exact match) | |
| username | No | Filter by specific username | |
| ownership | No | Filter by ownership type. Defaults to "owned". Use "all" to include both owned and managed installations. |