hedgedoc_note_info
Fetch metadata for any HedgeDoc note to get its title, description, view count, and creation/update timestamps. No authentication required.
Instructions
Get metadata for a note. Returns JSON with: 'title' (string), 'description' (string or null), 'viewcount' (integer — total views), 'createtime' and 'updatetime' (ISO 8601 timestamps, e.g. '2026-08-16T10:30:00.000Z'). This is a public endpoint — no authentication required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | Note ID or alias. |