Skip to content

Commit 0003a35

Browse files
add api endpoints
1 parent bd451c8 commit 0003a35

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/content/docs/security-center/app-security-reports.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,26 @@ A Cloudflare user must have one of the following [roles](/fundamentals/manage-me
7575

7676
---
7777

78+
## API
79+
80+
```sh title="List all report policies for a specific account"
81+
GET /accounts/{account_id}/reporting/policies
82+
```
83+
84+
```sh title="Retrieve the details of a single, specific report policy"
85+
GET /accounts/{account_id}/reporting/policies/{policy_id}
86+
```
87+
88+
```sh title="List all generated reports for a specific account"
89+
GET /accounts/{account_id}/reporting/reports
90+
```
91+
92+
```sh title="Retrieve a single, specific report, including its data and findings"
93+
GET /accounts/{account_id}/reporting/reports/{report_id}
94+
```
95+
96+
---
97+
7898
## Limitations
7999

80100
Application Security reports currently only support US Customer Metadata Boundary (CMB). They do not support the EU CMB yet.

0 commit comments

Comments
 (0)