list_alerts
Retrieve TradingView alerts with their status, symbol, timeframe, and alert_id. Filter by symbol, name, or status to find specific alerts.
Instructions
List TradingView alerts on the authenticated account, with their status (active or paused), symbol, timeframe and alert_id. Start here: every other tool targets alerts by the alert_id this returns. Supports filtering by symbol, name or status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by title or message substring. | |
| status | No | ||
| symbol | No | Filter by symbol substring, e.g. "BTCUSDT". | |
| include_details | No | Include webhook URL, message template, Pine id and expiry. Default false. |