Skip to main content
GET
Get AgentOS Metrics

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

starting_date
string<date> | null

Starting date for metrics range (YYYY-MM-DD format)

ending_date
string<date> | null

Ending date for metrics range (YYYY-MM-DD format)

db_id
string | null

Database ID to query metrics from

table
string | null

The database table to use

Response

Metrics retrieved successfully

metrics
DayAggregatedMetrics · object[]
required

List of daily aggregated metrics

updated_at
string<date-time> | null

Timestamp of the most recent metrics update