get_queries
Retrieve database queries for a specific Clockwork request to analyze performance, filter slow queries, and set custom thresholds for debugging Laravel applications.
Instructions
Get database queries for a request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slow | No | Only return slow queries | |
| token | No | Pre-authenticated X-Clockwork-Auth token (alternative to password) | |
| 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 | |
| requestId | Yes | Clockwork request ID | |
| threshold | No | Slow query threshold in ms |