Get one of my dochost pages
get_pageRetrieve page details by slug: title, format, status, view/like counts, expiry, and password protection. Get essential metadata without exposing content or credentials.
Instructions
Get one of your pages by slug: title, format, status, view/like counts, expiry, and whether it is password-protected. Never returns the page body or the password.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| url | Yes | ||
| slug | Yes | ||
| likes | No | ||
| title | No | ||
| views | No | ||
| format | No | ||
| status | No | ||
| createdAt | No | ||
| expiresAt | No | ||
| permanent | No | ||
| hasPassword | No |