get_monitor_list
Get the list of products currently being monitored.
Query
Description
Get the list of products currently being monitored by the user.
Typical user queries:
- "What products am I monitoring"
- "How many products am I monitoring on the SG site"
- "My monitor list"
- "How many monitors are paused"
Returns an array of monitored items, each containing product name, shop, site, baseline price, current price, price change percentage, and status.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| site | string | No | null | Site filter (sg/my/th/vn) |
| status | string | No | null | Status filter (active/paused) |
Returns
Returns formatted monitor item list text.
5 monitored items in total:
- [1] iPhone 15 Pro Max | Apple Official Store | SG | Baseline SGD 1599, Current SGD 1499 (↓6.3%) | 🟢 Active
- [2] AirPods Pro 2 | Apple Official Store | SG | Baseline SGD 349, Current SGD 349 (→0%) | 🟢 Active
- [3] Samsung S24 Ultra | Samsung Store | MY | Baseline MYR 3999 (price not yet crawled) | 🟢 ActiveConversation Examples
- "What products am I monitoring"
- "How many products am I monitoring on the SG site"
- "How many monitors are paused"
API Endpoint
GET /monitors