Get release state
get_releasesCheck release status for apps on App Store and Google Play, for one app or the whole portfolio. States include live, in-review, rolling-out, and more.
Instructions
What is live, what is in review, and what is mid-rollout — for one app or the whole portfolio. States are normalised across stores: 'live', 'in_review', 'pending_developer_release', 'rejected', 'draft', 'rolling_out', 'halted'. The store's own wording is kept in rawState. Reading Play tracks opens a temporary edit and deletes it again; nothing is committed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | No | App Store numeric id, Play package name, or bundle id. Omit to cover every configured app | |
| store | No | Which store to read. Defaults to every store that is configured |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| releases | Yes | ||
| unavailable | No | Stores or apps that could not be read. A non-empty list means this answer is partial |