list_versions
List the commit history (version snapshots) for an app. Returns commits in reverse chronological order with their hash, date, and message. Use the hash with other version tools to inspect or restore past states.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | App ID (UUID) or subdomain | |
| limit | No | Maximum number of versions to return (default: 50, max: 500) |