edits_get
Fetch an existing edit using its package name and edit ID to verify it hasn't expired before continuing work.
Instructions
Fetch an existing edit — useful to check expiry before work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| editId | Yes | Edit id returned by `edits_insert` — required for all edits.* writes | |
| packageName | Yes | Android application package name, e.g. com.example.app |