mistral
Mistral API
Deprecate GET /v1/agents list endpoint, add cursor-paginated replacement
The GET /v1/agents list endpoint is marked deprecated because it does not support per-agent sharing controls. A new cursor-paginated replacement endpoint GET /v1/agents/pages is introduced that supports sharing permissions and filtering. The old endpoint continues to work but clients should migrate to the new one.
Alert history
- Deprecation
Deprecate GET /v1/agents list endpoint, add cursor-paginated replacement
The
GET /v1/agentslist endpoint is marked deprecated because it does not support per-agent sharing controls. A new cursor-paginated replacement endpointGET /v1/agents/pagesis introduced that supports sharing permissions and filtering. The old endpoint continues to work but clients should migrate to the new one. - Additive
Add OCR block types and include_blocks parameter
The Mistral OCR API adds 10 new schema types for paragraph-level content blocks (
OCRAsideTextBlock,OCRCaptionBlock,OCRCodeBlock,OCREquationBlock,OCRFooterBlock,OCRHeaderBlock,OCRImageBlock,OCRListBlock,OCRReferencesBlock,OCRSignatureBlock,OCRTableBlock,OCRTextBlock,OCRTitleBlock) and introduces an optionalinclude_blocksparameter to the OCR request that returns bounding box coordinates for structured content. Thepagesparameter is also updated to accept either a string format or array format for improved flexibility. These are purely additive changes that extend existing OCR functionality without altering or removing current behavior. - Additive
Add beta connectors API endpoints
The Mistral API adds a new
/v1/connectorsendpoint group in beta to manage MCP (Model Context Protocol) connectors. This includes operations to create, list, and interact with connectors, including authentication flows, tool listing, and tool invocation. This is purely additive and does not change existing API behavior.