List documents in a library
mistral_list_library_documentsList the documents uploaded to a given document library. Management API: GET /v1/libraries/{library_id}/documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-indexed). Default 0. | |
| search | No | Search documents by name. | |
| page_size | No | Documents per page (1-100). Default 100. | |
| library_id | Yes | The library id (UUID). |