Databases
Retrieve Database Usage
Fetch activity usage for a database in a given time period.
GET
/
v1
/
organizations
/
{organizationSlug}
/
databases
/
{databaseName}
/
usage
Path Parameters
The slug of the organization or user account.
The name of the database.
Query Parameters
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
Response
200 - application/json
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?