Get RBA Table
get_rba_tableRetrieve RBA statistical tables in a normalized format, with optional filtering by series IDs, 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 limit returning only the most recent N observations per series; metadata.truncated is true when older observations were dropped. | |
| include_observation_dimensions | No | Whether to repeat the full dimension dict on every observation. Off by default because the same dimensions already appear on each series descriptor and are encoded in series_id. |
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. |