asc_call
Perform read-only App Store Connect API operations with support for path/query parameters and automatic pagination.
Instructions
Read from Apple. Handles both APIs, path and query parameters, and pagination. READ operations only — anything that changes data goes through asc_write. A short list may just be one page: if the result says truncated, say so rather than treating it as complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Query parameters. Arrays are sent as repeated keys. Filters look like {"filter[bundleId]": "com.x"}; sparse fieldsets like {"fields[apps]": "name,bundleId"}; "limit" caps at 200. Territories are ISO alpha-3 (USA, not US) — the two-letter form returns an empty list, not an error. | |
| paginate | No | Follow links.next and concatenate. | |
| max_pages | No | Default 10, cap 50. | |
| environment | No | StoreKit only; overrides the server default for this call. | |
| operationId | Yes | From asc_search_endpoints. | |
| path_params | No | Values for {placeholders}, e.g. {"id": "6763390896"}. |