List Charts
chart_listList charts in a view by providing view_id. Resolve the view ID first to retrieve all charts associated with that view.
Instructions
List charts under a view. Use this after resolving a view_id through view_search or direct user input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_id | Yes | View ID. | |
| page_num | No | ||
| page_size | No | Optional page size, maximum 200. | |
| project_key | No | Project key. Always pass explicitly in multi-project usage; resolve it with project_search first when missing. |