Back to Mistral API
Mistral API

Deprecate GET /v1/agents list endpoint, add cursor-paginated replacement

DeprecationDeprecation

This is a deprecation — the affected surface still works, but the vendor has marked it for removal. Plan a migration before it goes away.

What changed

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.

Open the source documentation