table_id must be the lower-cased table slug without the -data.csv suffix (for example f1, f11.1, a2, g1, d3, h5). Returns every series in the table keyed by lower-cased RBA Series ID with full metadata and observations.x-api-key: ********************curl --location 'https://sugra.ai/api/v1/rba/table/f1' \
--header 'x-api-key: <api-key>'{
"data": {
"table_id": "string",
"title": "",
"series_count": 0,
"series": {
"property1": {
"series_id": "string",
"description": "",
"frequency": "",
"units": "",
"observations": [
{
"date": "string",
"value": 0
}
]
},
"property2": {
"series_id": "string",
"description": "",
"frequency": "",
"units": "",
"observations": [
{
"date": "string",
"value": 0
}
]
}
}
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"attribution": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true,
"stale": true
}
}