In this tutorial, you’ll use the Meilisearch API to add documents to an index, and then monitor its status.
taskUid
.
taskUid
of this task, visit the “Task” overview and look for a “Document addition or update” task associated with your newly created index.taskUid
in the “Uid” column:
status
changes to succeeded
, Meilisearch has finished processing your request.
If the task status
changes to failed
, Meilisearch was not able to fulfill your request. Check the task object’s error
field for more information.
taskUid
from your request’s response to check the status of a task:
enqueued
or processing
, wait a few moments and query the database once again. If you are working with a self-hosted Meilisearch instance, you may also set up a webhook listener.
When status
changes to succeeded
, Meilisearch has finished processing your request.
If the task status
changes to failed
, Meilisearch was not able to fulfill your request. Check the task object’s error
field for more information.