list-tasks
Retrieve and filter tasks in the Meilisearch MCP Server by status, type, index UID, or specific task UID for efficient task management and monitoring.
Instructions
List tasks with optional filtering
Input Schema
Name | Required | Description | Default |
---|---|---|---|
from | No | Task uid from which to start fetching | |
indexUids | No | UIDs of the indexes on which tasks were performed | |
limit | No | Maximum number of tasks to return | |
statuses | No | Statuses of tasks to return | |
types | No | Types of tasks to return | |
uids | No | UIDs of specific tasks to return |