get_wakeups
Retrieve scheduled wakeups for a store. Call at the start of sessions where the merchant might have pending wakeups due — especially if today's date is at or past a previously scheduled triggerDate. Returns both pending (not yet fired) and recently triggered (fired in the last 14 days, waiting for analysis). When triggered wakeups are present, LEAD with them: 'I have a scheduled check that fired today — [name]. Here's what I was tracking...' then run the analysis comparing current data against the saved benchmarks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store | No | Store domain (short or full). Omit to return wakeups for all stores in the workspace. | |
| status | No | Filter by status. Default: 'all' — returns both pending and recently triggered (last 14 days). | |
| _offset | No | Pagination offset. If a response includes _pagination.hasMore=true, use _offset to fetch the next page. |