search_requests
Search Clockwork request logs by controller, URI, HTTP status, or response duration to pinpoint specific requests and diagnose issues.
Instructions
Search requests by controller, URI, status, or duration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | Filter by URI pattern | |
| limit | No | Max results to return | |
| token | No | Pre-authenticated X-Clockwork-Auth token (alternative to password) | |
| offset | No | Number of results to skip | |
| status | No | Filter by HTTP status code | |
| baseUrl | No | Clockwork application base URL (e.g. https://my-app.test). Overrides CLOCKWORK_BASE_URL / local storage for this call | |
| password | No | Clockwork authentication password | |
| username | No | Clockwork authentication username | |
| controller | No | Filter by controller name | |
| maxDuration | No | Maximum response duration in ms | |
| minDuration | No | Minimum response duration in ms |