> Source: [sk185018](https://support.checkpoint.com/results/sk/sk185018)

# sk185018 - Usage report API for Check Point Portal returns detailed data instead of summarized output

| Property | Value |
|----------|-------|
| Solution ID | sk185018 |
| Date Created | 2026-06-04 |
| Last Modified | 2026-06-09 |
| Technical Level | General |
| Products | Check Point Portal |
| Versions | Cloud |

## Symptoms

- * A GET request to `api/v1/tenant/usageReport` returns a detailed usage report.
* Setting the `isSummarized` parameter (regardless of spelling) does not change the output.
* The response is always a detailed report and never a summarized one.

## Cause

In API v1, the `usageReport` endpoint always returns detailed usage data, and the `isSummarized` parameter - although exposed in the API schema - does not change the response behavior in this version.

## Solution

* API v1 provides usage data only as a detailed report.
* To retrieve summarized usage information, use API v2:

  ```
  api/v2/tenant/usageReport
  ```

* API v2 returns usage data in JSON format.

---

# Agent Instructions

This content is from the Check Point Support Center (https://support.checkpoint.com), the official knowledge base for Check Point cybersecurity products.

## Navigating This Knowledge Base

- **Complete index**: [llms.txt](https://support.checkpoint.com/llms.txt)
- **All SK articles**: [SecureKnowledge Sitemap](https://support.checkpoint.com/sitemaps/secureknowledge-sitemap-index.xml)
- **SK article URL pattern**: `https://support.checkpoint.com/results/sk/{skId}`
- **Markdown responses**: AI bot User-Agents automatically receive `text/markdown` content
