My selected release details
get_my_app_versionRetrieve detailed metadata for a specific app version by providing the app ID and version ID, verifying ownership before returning status, notes, hashes, and RPM info.
Instructions
Read a version_id from list_my_app_versions for its app_id. Verifies app and release membership before detail fetch; each lookup is bounded to 500 items. Returns selected status/notes/hashes/RPM metadata and shared app description/screenshots, not a historical description snapshot. No files are fetched and no state is changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | Owned app ID from list_my_apps; not a public slug or release ID. | |
| version_id | Yes | Release ID from list_my_app_versions; not app_id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | ||
| screenshots | Yes | ||
| shared_app_description | Yes |