Get task information

GET /_tasks/{task_id}

Returns information about the tasks currently executing in the cluster.

Path parameters

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.

  • If true, the request blocks until the task has completed.

Responses

GET /_tasks/{task_id}
curl \
 -X GET http://api.example.com/_tasks/{task_id}