list_recovery_actions
List app recovery actions targeting a version code, showing statuses and timestamps, to identify available remote in-app updates for users stuck on a broken release.
Instructions
List the app recovery actions targeting a version code, each with appRecoveryId, status (DRAFT, ACTIVE, CANCELED, GENERATION_IN_PROGRESS, GENERATION_FAILED), targeting and timestamps. Recovery actions push a remote in-app update to users stuck on a broken release — use query_crash_rate and search_error_issues first to confirm which version is broken.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | No | App package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME) | |
| version_code | Yes | Version code the recovery actions target, e.g. '415'. Required by the API. |