list_queue_jobs
List Laravel queue jobs with filters for job status, queue name, job class, and time range to inspect pending, processing, completed, or failed jobs.
Instructions
List queue jobs with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Unix timestamp end | |
| job | No | Filter by job class name | |
| from | No | Unix timestamp start | |
| limit | No | Max results to return | |
| queue | No | Filter by queue name | |
| token | No | Pre-authenticated X-Clockwork-Auth token (alternative to password) | |
| offset | No | Number of results to skip | |
| status | No | Filter by job status | |
| 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 |