Skip to main content
POST
/
calls
/
query_stats
{
  "count": 123,
  "total_storage_size_bytes": 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
filter
object | null
query
object | null
limit
integer | null
include_total_storage_size
boolean | null
default:false
expand_columns
string[] | null

Columns with refs to objects or table rows that require expansion during filtering or ordering.

Examples:
[
"inputs.self.message",
"inputs.model.prompt"
]

Response

Successful Response

count
integer
required
total_storage_size_bytes
integer | null
I