get-tasks
Retrieve and filter task details from Meilisearch MCP Server, including task status, type, and associated index UIDs, to monitor and manage task execution.
Instructions
Get information about 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 | |
status | No | Status of tasks to return | |
type | No | Type of tasks to return |