List Detected Issues
list_issuesIdentify bugs, broken flows, and UX problems from AI analysis of session recordings. Get deduplicated issues ranked by severity, with status, affected sessions, and site-wide counts.
Instructions
List issues the AI found while analyzing session recordings: bugs, broken flows, and UX problems, deduplicated across sessions and ranked by severity (or by last seen with sort recency). Each row has title, severity, status, sessions affected, and first/last seen; the response also carries site-wide open, in_progress, and resolved counts plus pagination.total. Start here for 'what is broken', then call get_issue with an id for occurrences, steps to replicate, and comments. Suspended issues are hidden unless status is suspended, so an issue that vanished was probably suspended, not deleted. Limit defaults to 100 (max 1000). Requires websiteId or domain with a workspace token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Order by severity (default) or recency (last seen) | |
| limit | No | Max issues to return (1-1000, default 100) | |
| domain | No | Website domain from list_websites (e.g. "example.com"). Alternative to websiteId with a workspace token. | |
| offset | No | Issues to skip for pagination (default 0) | |
| search | No | Match against issue title and description | |
| status | No | Filter by status. Omit for open, in_progress, and resolved together; suspended issues only appear with status=suspended | |
| severity | No | Filter by severity | |
| websiteId | No | Website ID from list_websites. Required with a workspace token unless domain is given; ignored with a website key. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Object with status, data (issues with id, title, severity, status, sessionsAffected, firstSeenAt, lastSeenAt), counts {open, inProgress, resolved} for the whole site, and pagination {limit, offset, total}. |