list_commands
Retrieve profiled Artisan command executions with filters for command name, time range, and pagination. Use it to inspect command performance and debug Laravel applications remotely.
Instructions
List profiled Artisan command executions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Unix timestamp end | |
| from | No | Unix timestamp start | |
| name | No | Filter by command name | |
| limit | No | Max results to return | |
| token | No | Pre-authenticated X-Clockwork-Auth token (alternative to password) | |
| offset | No | Number of results to skip | |
| 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 |