Skip to main content
Unary · Usage Gets aggregated co-author summary for the organization or a specific project. Use this method to:
  • Measure AI-assisted commits and line changes
  • Scope co-author insights to a project, user, or team
  • Compare the requested date range against the previous period

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.GetCoAuthorSummaryRequest

Response

gitpod.v1.GetCoAuthorSummaryResponse
CoAuthorSummary contains aggregate totals for a date range.gitpod.v1.CoAuthorSummary
DateRange specifies a time period for queries.gitpod.v1.DateRange
gitpod.v1.TimeSeriesPoint
ToolBreakdown contains stats for a single AI tool (or human).gitpod.v1.ToolBreakdown
CoAuthorTool identifies the AI tool that co-authored a commit. UNSPECIFIED (0) is the proto default and must not appear in reported data. Use HUMAN for commits with no AI co-author.