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