List drift findings
list_findingsList performance regressions and standing problems ranked by severity, returning IDs for detailed investigation and resolution.
Instructions
List performance findings sixty has surfaced for this org: regressions introduced by a release, and standing problems that were wrong from the start. Ranked by severity. Start here when asked to find or fix performance problems, N+1 queries, slow endpoints, or regressions. Returns ids to pass to get_finding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | One kind only, e.g. fanout (N+1), rows, latency, self_latency, cpu, blocked, payload, errors, unbounded, render_storm, stuck_loading. Omit for all kinds. | |
| class | No | drift = changed relative to the previous release. pattern = wrong since the code was written. Omit for both. | |
| limit | No | Default 20. | |
| status | No | Defaults to open — the ones that need attention. | |
| service | No | Service name, as it appears in sixty. Optional; omit to cover every service this key can see. Ignored if the key is pinned to one service. | |
| severity | No |