find_slow_traces
Identify slowest traces causing high latency. Filter by threshold, top N, or group by agent, user, or domain to pinpoint performance bottlenecks.
Instructions
Find the slowest traces. Returns actual trace IDs and metadata.
Use this to answer: 'Which traces were slowest?', 'Show me traces taking >30s', 'What's causing high latency today?'.
domain: filter by email domain (e.g. 'acme.com'). If threshold_seconds is set, returns all traces above that threshold. Otherwise returns the top_n slowest traces. group_by: 'name' (agent), 'userId', 'domain'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| top_n | No | ||
| domain | No | ||
| project | No | ||
| end_date | No | ||
| group_by | No | ||
| start_date | No | ||
| time_range | No | ||
| threshold_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||