Skip to main content
Unary · Insights Returns whether co-author insights is enabled for a project.

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.GetProjectInsightsStatusRequest GetProjectInsightsStatusRequest checks whether insights is enabled for a project.

Response

gitpod.v1.GetProjectInsightsStatusResponse
InsightsHealthIssue describes one reason why insights for a project is either not runnable (prerequisite) or last failed (runtime). The error_code field comes from the shared errorcodes registry; the frontend renders it via the same map used for environment errors.gitpod.v1.InsightsHealthIssue
Category distinguishes the source of the issue. The frontend may use this to choose copy (“Insights can’t run yet…” vs “Last insights run failed…”).