---
title: "GetInsightsSummary"
method: POST
path: "/gitpod.v1.InsightsService/GetInsightsSummary"
tags: ["gitpod.v1.InsightsService"]
---

# GetInsightsSummary

`POST /gitpod.v1.InsightsService/GetInsightsSummary`

Returns how many projects have insights enabled vs total projects in the org.

## Request body

- GitpodV1GetInsightsSummaryRequest — GetInsightsSummaryRequest returns project-level insights adoption for the org.
  - `organizationId` string, uuid — Organization to query.

## Response `200`

Success

- GitpodV1GetInsightsSummaryResponse
  - `enabledProjectCount` string — Number of projects with insights enabled.
  - `totalProjectCount` string — Total number of projects in the organization.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/gitpod-io/apis/gitpod-v1.md) · [All operations](https://skmtc.net/gitpod-io/apis/gitpod-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitpod-io/gitpod-v1/revisions/44d50c2ac284/schema)
