File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
src/content/docs/security-center Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff 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
80100Application Security reports currently only support US Customer Metadata Boundary (CMB). They do not support the EU CMB yet.
You can’t perform that action at this time.
0 commit comments