pages.get
Get details for one static website this Vee3 account hosts.
Returns name, status, public URL, preview hostname on vee3.site, attached custom domain if any, and timestamps.
Cost = 5 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Page id to look up. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Public HTTPS URL for the page. Uses the custom domain when one is attached. | |
| name | No | Display name for the page, if set. | |
| slug | No | Page slug. | |
| status | No | Current page status. | |
| page_id | No | Unique identifier for the page. | |
| hostname | No | Preview hostname ({slug}.vee3.site). Always present, including when a custom domain is attached. | |
| created_at | No | When the page was created. | |
| updated_at | No | When the page record was last updated. | |
| custom_domain | No | Custom hostname attached to the page, if any. | |
| last_deployed_at | No | When files were last deployed to the page. |