auths objectreturn or this.key = 'value', pass input data to your code viaparams, and maintain state across executions with$checkpoint.async (event, steps, auths) => {}const { ShortcutClient } = require('@useshortcut/client');
const shortcut = new ShortcutClient(auths.shortcut.api_key);
const stories = await shortcut.searchStories({ query: "is:story CRE", page_size: 2 });
return await stories.fetchNext();auths objectreturn or this.key = 'value', pass input data to your code viaparams, and maintain state across executions with$checkpoint.async (event, steps, auths) => {}const { ShortcutClient } = require('@useshortcut/client');
const shortcut = new ShortcutClient(auths.shortcut.api_key);
const stories = await shortcut.searchStories({ query: "is:story CRE", page_size: 2 });
return await stories.data.fetchNext();