addObject
, deleteIndex
, editSettings
Authorizations
Your Algolia application ID.
Your Algolia API key with the necessary permissions to make the request. Permissions are controlled through access control lists (ACL) and access restrictions. The required ACL to make a request is listed in each endpoint's reference.
Path Parameters
Unique identifier of a task run.
"6c02aeb1-775e-418e-870b-1faccd4b2c0f"
Response
OK
Universally unique identifier (UUID) of a task run.
"6c02aeb1-775e-418e-870b-1faccd4b2c0f"
Universally unique identifier (UUID) of a task.
"6c02aeb1-775e-418e-870b-1faccd4b2c0f"
Task run status.
created
, started
, idled
, finished
, skipped
Task run type.
reindex
, update
, discover
, validate
, push
Date of creation in RFC 3339 format.
Task run outcome.
success
, failure
Maximum accepted percentage of failures for a task run to finish successfully.
0 <= x <= 100
More information about the task run's outcome.
A code for the task run's outcome. A readable description of the code is included in the reason
response property.
internal
, critical
, no_events
, too_many_errors
, ok
, discarded
, blocking
Date of start in RFC 3339 format.
Date of finish in RFC 3339 format.