get_app_events
Fetch install, uninstall, and charge events for a specific app. Filter by event type and date range to track lifecycle and billing activity.
Instructions
Get app events (installs, uninstalls, charges, etc.) for a specific app.
Args: app_id: App GID or numeric ID (required). event_types: Comma-separated filter. Available types: RELATIONSHIP_INSTALLED, RELATIONSHIP_UNINSTALLED, RELATIONSHIP_DEACTIVATED, RELATIONSHIP_REACTIVATED, SUBSCRIPTION_CHARGE_ACCEPTED, SUBSCRIPTION_CHARGE_ACTIVATED, SUBSCRIPTION_CHARGE_CANCELED, SUBSCRIPTION_CHARGE_DECLINED, ONE_TIME_CHARGE_ACCEPTED, ONE_TIME_CHARGE_DECLINED, CREDIT_APPLIED, CREDIT_PENDING, CREDIT_FAILED date_from: Start date (YYYY-MM-DD format, optional). date_to: End date (YYYY-MM-DD format, optional). limit: Max events to return (default 100).
Returns: JSON string with keys: events (list with type, shop, date), count, app_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| app_id | Yes | ||
| date_to | No | ||
| date_from | No | ||
| event_types | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |