Skip to main content
Unary · Usage Gets co-author contribution data as a time series. Use this method to:
  • Chart AI-assisted commits and line changes over time
  • Select hourly, daily, weekly, or monthly buckets
  • Scope co-author 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.GetCoAuthorTimeSeriesRequest

Response

gitpod.v1.GetCoAuthorTimeSeriesResponse
CoAuthorTimeBucket contains stats for a single time period.gitpod.v1.CoAuthorTimeBucket
DateRange specifies a time period for queries.gitpod.v1.DateRange
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.
Resolution specifies the time granularity for time series data.