Get metrics

View as Markdown
Returns bucketed trace metrics for the agent over a time range. Requires Galileo observability to be configured.

Authentication

AuthorizationBearer
OAuth 2.0 device flow or session token from WorkOS

Path parameters

accountstringRequired

Account name (slug)

namestringRequired
Agent name

Query parameters

start_timedatetimeOptional

Start of time range (RFC 3339)

end_timedatetimeOptional

End of time range (RFC 3339)

intervalintegerOptionalDefaults to 60

Bucket interval in minutes (default 60)

Response

Bucketed metrics
bucketslist of objects or null
time_rangeobject or null
interval_minutesinteger or null

Errors