---
title: "Get issue adf limit report"
method: GET
path: "/rest/api/3/issue/limit/adf/report"
tags: ["Issues"]
---

# Get issue adf limit report

`GET /rest/api/3/issue/limit/adf/report`

Returns all issues whose ADF (rich text) field data breaches the universal ADF size limit.

Unlike the issue limit report, which reports issues breaching per-issue entity *count* limits, this endpoint reports issues whose ADF field *byte size* exceeds that limit. The reported ADF field types are `comment_adf`, `worklog_adf`, `customfield_adf`, `description_adf` and `environment_adf`. The reported value for each issue is the number of breaching entities for that field (always 1 for the single-value description and environment fields).

**[Permissions](#permissions) required:**

 *  *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) is required for the project the issues are in. Results may be incomplete otherwise
 *  *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

## Query parameters

- `isReturningKeys` boolean
- `fieldType` string[]

## Response `200`

Returned if the request is successful.

- IssueLimitReportResponseBean
  - `entitiesBreachingLimit` object — For each field, the ids of the individual entities breaching the limit, grouped by the id or key of the issue they belong to. Fields that hold a single value, such as description and environment, map to an empty list because the issue itself identifies the breaching content
  - `issuesApproachingLimit` object — A list of ids of issues approaching the limit and their field count
  - `issuesBreachingLimit` object — A list of ids of issues breaching the limit and their field count
  - `limits` object — The fields and their defined limits

## Other responses

- `400` — Returned if a requested field type is not a valid ADF field type.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user does not have permission to complete this request.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/revisions/126a3e6da73d/schema)
