list_issues
Retrieve issue groups for an app with filtering by type and status. Combine results from crashes, feedback, and issues with status-based queries.
Instructions
Lists issue groups for an app. Supports filtering by type (issue, crash, feedback) and status (open, resolved, closed). Use this instead of get_crashes or get_feedback when you need status filtering or combined results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| type | No | Filter by type: issue, crash, feedback | |
| query | No | Filter by issue title text. | |
| app_id | Yes | The public app ID (e.g. 5X3c4veRGV) from list_apps | |
| content | No | Filter by issue body/content text. | |
| version | No | Filter by app version ID. | |
| page_size | No | ||
| issue_status | No | Filter by status: new, open, in_progress, resolved, closed, muted | |
| date_range_end | No | ISO 8601 datetime string (e.g. 2026-04-28T23:59:59Z) | |
| date_range_start | No | ISO 8601 datetime string (e.g. 2026-04-28T00:00:00Z) |