Databases
Retrieve Database Stats
Fetch the top queries of a database, including the count of rows read and written.
GET
/
v1
/
organizations
/
{organizationName}
/
databases
/
{databaseName}
/
stats
Path Parameters
organizationName
string
requiredThe name of the organization or user.
databaseName
string
requiredThe name of the database.
Response
200 - application/json
top_queries
object[]
The top queries performed on the given database as well as the total rows read and written.