Skip to main content
POST
/
table
/
query_stats
Table Query Stats
curl --request POST \
  --url https://api.example.com/table/query_stats \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "project_id": "<string>",
  "digest": "<string>"
}
'
{
  "count": 123
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
project_id
string
required

The ID of the project

digest
string
required

The digest of the table to query

Response

Successful Response

count
integer
required