get-task
Retrieve detailed information about a specific task in Meilisearch by providing its unique task identifier (taskUid). Use this tool to monitor task progress and status updates.
Instructions
Get information about a specific task
Input Schema
Name | Required | Description | Default |
---|---|---|---|
taskUid | Yes |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"taskUid": {
"type": "integer"
}
},
"required": [
"taskUid"
],
"type": "object"
}