list_requests
List recent Clockwork requests using filters by type, status, URI, method, and time range.
Instructions
List recent Clockwork requests with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by request type | |
| status | No | Filter by HTTP status code | |
| uri | No | Filter by URI pattern (substring match) | |
| method | No | Filter by HTTP method | |
| from | No | Unix timestamp start | |
| to | No | Unix timestamp end | |
| limit | No | Max results to return | |
| offset | No | Number of results to skip |