list_requests
Retrieve recent Clockwork requests from a Laravel application, applying optional filters for time, URI, HTTP method, status, or request type to pinpoint debugging targets.
Instructions
List recent Clockwork requests with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Unix timestamp end | |
| uri | No | Filter by URI pattern (substring match) | |
| from | No | Unix timestamp start | |
| type | No | Filter by request type | |
| limit | No | Max results to return | |
| token | No | Pre-authenticated X-Clockwork-Auth token (alternative to password) | |
| method | No | Filter by HTTP method | |
| 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 |