Skip to main content
GET
Retrieve instance usage analytics.

Authorizations

Authorization
string
header
required

Bearer JWT token or API Key (sk-*).

Query Parameters

from
string

Inclusive lower UTC timestamp for assistant usage analytics. Defaults to the start of the current UTC month.

Example:

"2026-08-01T00:00:00.000Z"

to
string

Exclusive upper UTC timestamp for assistant usage analytics. Defaults to the current time.

Example:

"2026-09-01T00:00:00.000Z"

Response

Instance usage counters and Assistant analytics for the normalized selected period.

iam
object
required
files
object
required
automation
object
required
assistant
object
required
databases
object
required
databaseSize
number
required
Example:

1048576

databaseTableSize
number
required
Example:

524288

materializedViewSize
number
required
Example:

262144

databaseAuditSize
number
required
Example:

262144

secrets
object
required
Last modified on September 5, 2026