Skip to content

Get table statistics

GET
/dataset-tables/{tableId}/stats

Get statistics for a dataset table including row count and usage metrics (query/ingest counts).

tableId
required
string

Table statistics retrieved successfully

object
tableId
required
string
rowCount
required
number
totalQueries
required
number
totalIngests
required
number
lastQueryAt
required
string format: date-time
nullable
lastIngestAt
required
string format: date-time
nullable

Forbidden - insufficient permissions to access this table

Dataset table not found