List versions
list_app_versionsList an app's versions, newest first. Versions are immutable and numbered from 1. Earlier versions open for the app's editors; the live link follows the app's access setting. Pass the next_cursor from a previous call to get the next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many rows to return. Defaults to 50. | |
| app_id | Yes | The app id, as returned by search_apps or create_app. Starts with app_. | |
| cursor | No | next_cursor from a previous call. |