testers_get
Retrieve the current tester allowlist for a specified track (internal, alpha, beta, production, or custom) using package name, edit ID, and track name.
Instructions
Get the current tester allowlist for a track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track | Yes | Track name: internal, alpha, beta, production — or a custom closed-testing track id | |
| editId | Yes | Edit id returned by `edits_insert` — required for all edits.* writes | |
| packageName | Yes | Android application package name, e.g. com.example.app |