get_app_status
Determine if an app is published, under review, or rejected by retrieving its review status.
Instructions
Get the review status of an app/game. Use this to check if the app is published, under review, or rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | App ID to check status for | |
| ignore_cache | No | If true, force refresh data from server regardless of cache TTL. Default false. |