12 lines
319 B
Plaintext
12 lines
319 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.sql.getAsyncStatus({
|
|
id: "FmdMX2pIang3UWhLRU5QS0lqdlppYncaMUpYQ05oSkpTc3kwZ21EdC1tbFJXQToxOTI=",
|
|
format: "json",
|
|
});
|
|
console.log(response);
|
|
----
|