You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/programs/export-reports.md
+32-6Lines changed: 32 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,20 @@
1
1
---
2
-
title: "Export Reports"
2
+
title: "Exporting Reports"
3
3
path: "/programs/export-reports.html"
4
4
id: "programs/export-reports"
5
5
---
6
6
7
-
You can download reports as .CSV files to enable you to quickly generate a spreadsheet of selected reports with key details. The .CSV files don't include the comments. The downloaded file provides the:
7
+
You can export your reports as:
8
+
* .csv files
9
+
* markdown files
10
+
* .zip files
11
+
12
+
You can also export reports through utilizing the API. See these articles from the HackerOne API documentation to learn more:
13
+
*https://api.hackerone.com/docs/v1#/reports/read
14
+
*https://api.hackerone.com/docs/v1#/reports/query
15
+
16
+
### Export to .csv Files
17
+
You can download reports as .csv files to enable you to quickly generate a spreadsheet of selected reports with key details. The .csv files don't include the comments. The downloaded file provides the:
8
18
9
19
* Report ID
10
20
* Title
@@ -20,15 +30,31 @@ You can download reports as .CSV files to enable you to quickly generate a sprea
20
30
* Time the hacker was awarded with the award
21
31
* Security member assigned to the report
22
32
* Hacker that submitted the report
23
-
* Bounty
33
+
* Bounty
24
34
* Bonus
25
35
* Whether the report is public or private
26
36
* Reference
27
37
* Reference URL
28
38
* Structured scope
29
39
30
-
To export reports as a .CSV file:
31
-
1) Select the check box of the reports you'd like to export in your inbox. You can select as many reports as you'd like.
32
-
2) Click the **Download as CSV** link that appears to download the selected reports.
40
+
To export reports as a .csv file:
41
+
1. Select the check box of the reports you'd like to export in your inbox. You can select as many reports as you'd like.
42
+
2. Click the **Download as CSV** link to download the selected reports.
33
43
34
44

45
+
46
+
### Export to Markdown or .zip Files
47
+
To export reports as markdown or .zip files:
48
+
1. Select the report you want to export from your inbox.
0 commit comments