get_site
Retrieve full details of a specific site by its ID, including public URL and deployment status, to verify a live deployment and share the URL with users.
Instructions
Get full details of a specific Hostsmith site by ID, including its public URL (https://<subdomain>.<domain>), current deployment status, and configuration. Use after list_sites to inspect a single site, or after deploy_files / deploy_finalize to confirm the site is live and grab the URL to share with the user. Defaults to the user's home partition; pass partition explicitly when the site lives in a different one (visible in list_sites output).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes | The site ID returned by `list_sites` or `create_site`. | |
| partition | No | Data partition the site lives in (visible in list_sites output). Omit to use the user's home partition. |