cURL
curl --request GET \
--url https://app.teable.ai/api/table/%7BtableId%7D/aggregation \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'[
{
"aggregations": [
{
"fieldId": "<string>",
"total": {
"value": "<string>"
},
"group": {}
}
]
}
]aggregation
Get aggregated statistics
Returns statistical aggregations of table data based on specified functions and grouping criteria
GET
/
table
/
{tableId}
/
aggregation
cURL
curl --request GET \
--url https://app.teable.ai/api/table/%7BtableId%7D/aggregation \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'[
{
"aggregations": [
{
"fieldId": "<string>",
"total": {
"value": "<string>"
},
"group": {}
}
]
}
]Last modified on March 5, 2026
Was this page helpful?
⌘I

