get_track_network
Analyze network requests from VibeCheck bug reports. Identify failed requests with response bodies and slow requests sorted by duration.
Instructions
Analyze network requests in a VibeCheck bug report. Returns failed requests with response bodies, slow requests sorted by duration, and a summary table of all requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url_or_id | Yes | The track URL or ID. Supports URLs like https://app.vibecheck-qa.com/tracks/{id} or just the ID | |
| status_filter | No | Filter by status: all, errors (4xx/5xx), success (2xx/3xx). Default: all | all |
| slow_threshold_ms | No | Threshold in ms to flag slow requests. Default: 1000 |