search_jobs
Search historical external-agent jobs using filters like provider, model, status, and date range to find specific job metadata and previews.
Instructions
Search historical external-agent jobs by metadata and lightweight previews. Use job_result for full artifacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ||
| limit | No | Maximum jobs to return. Defaults to 20; capped at 100. | |
| model | No | Optional exact model filter. | |
| query | No | Case-insensitive substring search over task/title/result preview/path metadata. | |
| cursor | No | Opaque pagination cursor returned by a previous search_jobs call. | |
| status | No | Optional status filter. Matches any listed status. | |
| provider | No | External agent CLI provider. | |
| repo_path | No | Optional exact repository path filter. | |
| created_after | No | Optional ISO timestamp lower bound for created_at. | |
| created_before | No | Optional ISO timestamp upper bound for created_at. |