---
title: "Table Query Stats Batch"
method: POST
path: "/table/query_stats_batch"
tags: ["Tables"]
---

# Table Query Stats Batch

`POST /table/query_stats_batch`

## Request body

- TableQueryStatsBatchReq
  - `project_id` string, required — The ID of the project
  - `digests` string[], nullable — The digests of the tables to query
  - `include_storage_size` boolean, nullable — If true, the `storage_size_bytes` column is returned.

## Response `200`

Successful Response

- TableQueryStatsBatchRes
  - `tables` TableStatsRow[], required
    - `count` integer, required
    - `digest` string, required
    - `storage_size_bytes` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/wandb/apis/fastapi.md) · [All operations](https://skmtc.net/wandb/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wandb/fastapi/versions/56745769989b/schema)
