tv_list_saved_layouts
Retrieve saved TradingView chart layouts from your account, with optional case-insensitive name filtering. Read-only operation that returns layout IDs, names, symbols, resolutions, and modification times.
Instructions
List the saved chart layouts of the logged-in TradingView account (id, layout id, name, symbol, resolution, modified). Read-only; from TradingViewApi.getSavedCharts(). Optional name filter (case-insensitive substring).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | case-insensitive substring of the layout name | |
| 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) |