// 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.watcher.executeWatch({ id: "my_watch", record_execution: true, }); console.log(response); const response1 = await client.watcher.getWatch({ id: "my_watch", }); console.log(response1); ----