get_release_tables
Retrieve the nested table tree for a FRED release as structured JSON, including sections, tables, and series rows. Optionally scope to a specific subtree by element id.
Instructions
Fetch a FRED release's table tree — the nested layout (sections, tables, and the series rows beneath them) it uses to present its series. Optionally scope to the subtree rooted at one element id. Returns the tree as structured JSON, with each element's children nested under it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element_id | No | Return only the subtree rooted at this element id (omit for the whole tree). | |
| release_id | Yes | The FRED release id, e.g. 10 (Consumer Price Index). |