tasks.getedit

client.tasks.get([params, [callback]])

Check the API Conventions and the elasticsearch docs for more information pertaining to this method.

Params

waitForCompletion

Boolean — Wait for the matching tasks to complete (default: false)

timeout

DurationString — Explicit operation timeout

taskId

String — Return the task with specified id (node_id:task_number)

back to top