list-tasks
Retrieve and filter tasks from Meilisearch MCP Server by status, type, index UID, or specific task UID, enabling detailed task tracking and management.
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 |