Databases
Retrieve Database Usage
Fetch activity usage for a database in a given time period.
GET
/
v1
/
organizations
/
{organizationName}
/
databases
/
{databaseName}
/
usage
Path Parameters
organizationName
string
requiredThe name of the organization or user.
databaseName
string
requiredThe name of the database.
Query Parameters
from
string
The datetime to retrieve usage from in ISO 8601 format. Defaults to the current calendar month if not provided. Example: 2023-01-01T00:00:00Z
to
string
The datetime to retrieve usage to in ISO 8601 format. Defaults to the current calendar month if not provided. Example: 2023-02-01T00:00:00Z
Response
200 - application/json
database
object
The database usage object, containg the total and individual instance usage for rows read and written, as well as the total storage size (in bytes).
Was this page helpful?