mistral_list_batch_jobs
ActiveTool of io.usefulapi/mistral
declared in 1.0.1
List batch inference jobs for your organization and user, with optional filters. Management API: GET /v1/batch/jobs.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"page": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": 0,
"description": "Page number (0-indexed). Default 0."
},
"model": {
"type": "string",
"description": "Filter by model name."
},
"status": {
"type": "string",
"description": "Filter by job status, e.g. QUEUED, RUNNING, SUCCESS, FAILED, CANCELLED."
},
"page_size": {
"type": "integer",
"maximum": 9007199254740991,
"description": "Jobs per page. Default 100.",
"exclusiveMinimum": 0
},
"created_after": {
"type": "string",
"description": "ISO 8601 date-time; only jobs created after this time."
},
"created_by_me": {
"type": "boolean",
"description": "If true, only jobs created by the current user. Default false."
}
}
}Parent server
io.usefulapi/mistral
https://github.com/m190/usefulapi-mcp
1/7 registries