12 lines
339 B
Plaintext
12 lines
339 B
Plaintext
// This file is autogenerated, DO NOT EDIT
|
|
// Use `node scripts/generate-docs-examples.js` to generate the docs examples
|
|
|
|
[source, js]
|
|
----
|
|
const response = await client.esql.asyncQueryGet({
|
|
id: "FmNJRUZ1YWZCU3dHY1BIOUhaenVSRkEaaXFlZ3h4c1RTWFNocDdnY2FSaERnUTozNDE=",
|
|
wait_for_completion_timeout: "30s",
|
|
});
|
|
console.log(response);
|
|
----
|