tv_get_alert
Fetch a full alert's description, untruncated firing condition with all study inputs, projected model, and raw REST payload. Read-only.
Instructions
Read one alert in full: the complete description, the untruncated firing condition (including every study input), the projected alert model, and the raw snake_case REST payload from listAlerts() for that id. Read-only. presentation_data is omitted - it is megabytes of chart state and is never needed to edit an alert.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | numeric alert id, as returned by tv_list_alerts | |
| layout | No | chart layout id, target id, or 0-based index; default = the chart tab that is actually painting | |
| expect_layout | No | layout id the tab is expected to show right now; the call refuses if it differs (a tab keeps its target id when the user opens another layout in it) |