List diagram versions
list_versionsRetrieve a diagram's version history in ascending order, identifying the current live version. Supports pagination with cursor and limit parameters.
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 |