Files
elasticsearch-js/docs/doc_examples/8f7936f219500305e5b2518dbbf949ea.asciidoc
2024-07-29 17:10:05 -05:00

11 lines
301 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.asyncSearch.status({
id: "FmpwbThueVB4UkRDeUxqb1l4akIza3cbWEJyeVBPQldTV3FGZGdIeUVabXBldzoyMDIw",
});
console.log(response);
----