Skip to main content
GET
Retrieve on-demand Assistant tool, skill, and plugin activity for the selected UTC period.

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

200 - application/json
selectedPeriod
object
required
tools
object[]
required
skills
object[]
required
plugins
object[]
required
Last modified on September 23, 2026