get-tasks
Retrieve a list of tasks from Meilisearch with customizable filters, including status, type, batch UIDs, and time ranges for enqueued, started, or finished tasks.
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 |