wikijs_list_comments
Retrieve all comments for a wiki page by providing its path and locale. Get comment details including author and timestamps.
Instructions
List all comments for a specific page by path and locale. Returns comment details including author info and timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Page path to get comments for. | |
| locale | No | Locale code (e.g., "en", "fr"). Defaults to WIKI_DEFAULT_LOCALE. |