---
title: "Generates a report of the different Content Types living under a Folder, and the number of content items for each type"
method: GET
path: "/api/v1/contentreport/folder/{folder}"
tags: ["Content Report"]
---

# Generates a report of the different Content Types living under a Folder, and the number of content items for each type

`GET /api/v1/contentreport/folder/{folder}`

## Path parameters

- `folder` string, required

## Query parameters

- `site` string
- `page` integer
- `per_page` integer
- `orderby` string
- `direction` string

## Response `200`

Content Report for the specified Folder ID/path, or an empty list if either the Folder doesn't exist, or no content is found.

- ContentReportView
  - `contentTypeName` string
  - `entries` integer

---

[API](https://skmtc.dev/anzworldline-solutions/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/anzworldline-solutions/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/anzworldline-solutions/dotcms-rest-api/revisions/0f38cbc3bd36/schema)
