Skip to main content
GET
Get process task status

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.