List batch jobs
mistral_list_batch_jobsList batch inference jobs for your organization and user, with optional filters. Management API: GET /v1/batch/jobs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-indexed). Default 0. | |
| model | No | Filter by model name. | |
| status | No | Filter by job status, e.g. QUEUED, RUNNING, SUCCESS, FAILED, CANCELLED. | |
| page_size | No | Jobs per page. Default 100. | |
| created_after | No | ISO 8601 date-time; only jobs created after this time. | |
| created_by_me | No | If true, only jobs created by the current user. Default false. |