Skip to main content
GET
/
api
/
v2
/
search_engines
/
{hashid}
/
_process
Get process task status
curl --request GET \
  --url https://{search_zone}-api.doofinder.com/api/v2/search_engines/{hashid}/_process \
  --header 'Authorization: <api-key>'
{
  "status": "SUCCESS",
  "result": "OK",
  "finished_at": "2019-10-18T10:32:21.158Z"
}

Authorizations

Authorization
string
header
required

Doofinder API key. Pass it as: Authorization: Token <api_key>

Path Parameters

hashid
string
required

Unique id of a search engine.

Pattern: ^[a-f0-9]{32}$

Response

Task details retrieved.

Details of a processing task.

status
string

Status of the task.

result
string

Result of the task. It will be just OK or some error description.

finished_at
string | null

ISO 8601 datetime string when the task has finished.