Reindexing task status
Returns the status of the last scheduled reindexing tasks. If there is none, or the task finished more than 24 hours ago, it will return a 404 error.
Authorizations
Doofinder API key. Pass it as: Authorization: Token <api_key>
Path Parameters
Unique id of a search engine.
^[a-f0-9]{32}$Name of an index.
^[a-z][a-z0-9_]*$Response
The current reindexing taks was retrieved.
Details of a reindexing task.
Indicates the current status of the task.
completed, reindexing, error, failure Indicates the progress of the reindexing operation. For instance, 0.5 means the task is half complete. (Minimum 0.0 and maximum 1.0)
0 <= x <= 1If status is failure this contains a list of all failures recieved while reindexing.
If status is error this shows the error details.