list_commands
Retrieve profiled Artisan command executions with filters by name, time range, limit, and offset.
Instructions
List profiled Artisan command executions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by command name | |
| from | No | Unix timestamp start | |
| to | No | Unix timestamp end | |
| limit | No | Max results to return | |
| offset | No | Number of results to skip |