history
List a file's version history, newest first: who wrote each version and whether it has been purged by retention.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File whose history to list, relative to the workspace root. | |
| limit | No | Max versions to return. | |
| cursor | No | next_cursor from a previous call, to fetch the next page. | |
| workspace | No | Workspace slug. Optional, defaults to "temp". |