Skip to main content
Unary · Usage Gets aggregated agent trace summary for the organization or a specific project. Use this method to:
  • Measure agent sessions and line changes
  • Break down agent activity by model
  • Scope agent trace insights to a project, user, or team

Example

Endpoint

Send a Bearer token as described in Authentication. If your organization uses a custom management-plane domain, replace https://app.ona.com with that domain.

Request example

Request

gitpod.v1.GetAgentTraceSummaryRequest

Response

gitpod.v1.GetAgentTraceSummaryResponse
AgentTraceModelBreakdown contains stats for a single LLM model.gitpod.v1.AgentTraceModelBreakdown
AgentTraceSummary contains aggregate totals for a date range.gitpod.v1.AgentTraceSummary
DateRange specifies a time period for queries.gitpod.v1.DateRange
gitpod.v1.TimeSeriesPoint
SupportedModel enumerates the LLM models available for agent executions