Get task information Technical preview
Returns information about the tasks currently executing in the cluster.
Path parameters
-
ID of the task.
Query parameters
-
timeout string
Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
-
wait_for_completion boolean
If
true
, the request blocks until the task has completed.
GET /_tasks/{task_id}
curl \
-X GET http://api.example.com/_tasks/{task_id}