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

# Table Query Stats

`POST /table/query_stats`

## Request body

- TableQueryStatsReq
  - `project_id` string, required — The ID of the project
  - `digest` string, required — The digest of the table to query

## Response `200`

Successful Response

- TableQueryStatsRes
  - `count` integer, required

## 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)
