telegraph_get_page_list
Retrieve a paginated list of pages from a Telegraph account using an access token. Optionally specify offset and limit to control results.
Instructions
Get a list of pages belonging to a Telegraph account. Returns a PageList object with total_count and pages array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| access_token | Yes | Access token of the Telegraph account | |
| offset | No | Sequential number of the first page to be returned (default: 0) | |
| limit | No | Number of pages to be returned (0-200, default: 50) |