list_issues
List production issues for the caller's account. Filter by status (NEW, ONGOING, REGRESSED, RESOLVED), service, kind (EXCEPTION for thrown errors and agent failures, LOG for issues derived from log lines), or a free-text query; sort by EVENTS or LAST_SEEN. Each result flags whether a telemetry investigation brief exists (hasInvestigation); call get_issue to read it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | EXCEPTION or LOG (default: both) | |
| sort | No | EVENTS or LAST_SEEN (default LAST_SEEN) | |
| limit | No | Max results, 1..100 (default 25) | |
| query | No | Free-text match on title/type/service/frame | |
| status | No | NEW, ONGOING, REGRESSED or RESOLVED | |
| service | No | Service name to filter by |