You're viewing a demo portfolio

Join the waitlist
PRSM

mistral_list_batch_jobs

Active

Tool 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."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.usefulapi/mistral

https://github.com/m190/usefulapi-mcp

1/7 registries
View full server →
mistral_list_batch_jobs — io.usefulapi/mistral — PRSM MCP