Table Query Stats Batch
POST/table/query_stats_batch
Table Query Stats Batch
Request
- application/json
Body
required
- MOD1
Array [
]
- MOD1
project_id Project Id (string)required
The ID of the project
digests
object
The digests of the tables to query
anyOf
string
include_storage_size
object
If true, the storage_size_bytes
column is returned.
anyOf
boolean
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
- MOD1
]
tables
object[]
required
count Count (integer)required
digest Digest (string)required
storage_size_bytes
object
anyOf
integer
{
"tables": [
{
"count": 0,
"digest": "string",
"storage_size_bytes": 0
}
]
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...