15 lines
400 B
Plaintext
15 lines
400 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.transport.request({
|
|
method: "GET",
|
|
path: "/_query/async/FmNJRUZ1YWZCU3dHY1BIOUhaenVSRkEaaXFlZ3h4c1RTWFNocDdnY2FSaERnUTozNDE=",
|
|
querystring: {
|
|
wait_for_completion_timeout: "30s",
|
|
},
|
|
});
|
|
console.log(response);
|
|
----
|