Get Page Views
confluence_get_page_viewsRetrieve view statistics for Confluence Cloud pages, including total views and last viewed date, to analyze content engagement and usage patterns.
Instructions
Get view statistics for a Confluence page.
Note: This tool is only available for Confluence Cloud. Server/Data Center instances do not support the Analytics API.
Args: ctx: The FastMCP context. page_id: The Confluence page ID. include_title: Whether to include the page title in the response.
Returns: JSON string with page view statistics including total views and last viewed date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Confluence page ID (numeric ID, can be found in the page URL). For example, in 'https://example.atlassian.net/wiki/spaces/TEAM/pages/123456789/Page+Title', the page ID is '123456789'. | |
| include_title | No | Whether to fetch and include the page title |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |