get-tasks
Retrieve and filter task details from Meilisearch, including status, type, and associated index UIDs, using the MCP server for efficient task management.
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 |