v29

latestOpenAPI 3.1.0raw.githubusercontent.com2026-02-0286184235.0 KB
Tables

Table Query Stats Batch

post/table/query_stats_batch

Request body

project_idstring required

The ID of the project

digestsstring[] nullable

The digests of the tables to query

include_storage_sizeboolean nullable

If true, the storage_size_bytes column is returned.

Example request

{
  "project_id": "my_entity/my_project"
}

Response

Successful Response