get-tasks
Retrieve a filtered list of tasks from the Meilisearch MCP Server using parameters like task type, status, batch IDs, and timestamps for precise task management.
Instructions
Get list of tasks with optional filters
Input Schema
Name | Required | Description | Default |
---|---|---|---|
afterEnqueuedAt | No | ||
afterFinishedAt | No | ||
afterStartedAt | No | ||
batchUids | No | ||
beforeEnqueuedAt | No | ||
beforeFinishedAt | No | ||
beforeStartedAt | No | ||
canceledBy | No | ||
from | No | ||
indexUids | No | ||
limit | No | ||
reverse | No | ||
statuses | No | ||
types | No | ||
uids | No |