Get RBA Table
get_rba_tableRetrieve normalized RBA statistical tables using table ID, with optional filters for series, date range, or last N observations.
Instructions
Expert/source-native RBA statistical table retrieval in a normalised response shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_id | Yes | Non-empty dataset or table id. | |
| series_ids | No | Optional list of non-empty source-native series IDs to keep after download. | |
| start_date | No | Optional ISO date bound in YYYY-MM-DD format. | |
| end_date | No | Optional ISO date bound in YYYY-MM-DD format. | |
| last_n | No | Optional positive observation count limit. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | Yes | Source, provenance, cache, and retrieval metadata for this response. | |
| series | Yes | Series descriptors keyed by series_id. | |
| observations | Yes | Long-form observations keyed by date and series_id. |