Get release track
play_get_trackFetch the current releases for a single track, such as production, alpha, or beta, in a Google Play app. Requires package name, edit ID, and track name.
Instructions
Fetches the current releases on a single track (e.g. "production").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track | Yes | Track name: "internal", "alpha", "beta", "production", or a custom closed-testing/open-testing track name as shown in Play Console. | |
| editId | Yes | Edit id returned by play_create_edit | |
| packageName | Yes | Play Console package name, e.g. "com.example.app" |