List diagram versions
list_versionsList a diagram's version history in ascending order, with is_current flag to identify the live version. Use to review changes and revert to any point.
Instructions
List a diagram's version history (ascending; is_current marks the live one). Use with revert_diagram / get_version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (default 20) | |
| cursor | No | next_cursor from a previous call | |
| diagram_id | Yes | The diagram id |