Question
How many findings has our organization resolved via remediation?
Answer
While we do not have a total count listed. The history can be exported or called via API to gather the related data.
-
On the platform
- Go to the history page of your scorecard.
- Select 'Export CSV'.
- The column 'Event Type' will show 'resolved' as a value for any issue types that have been remediated by a person via the platform.
-
Using the API
- Using the following '/history/events/' endpoint: https://securityscorecard.readme.io/reference/get_companies-scorecard-identifier-history-events
- Enter the scorecard domain as the scorecard_identifier
- For the date query parameters the date format will look like the following: 2025-03-28T00:00:00.000Z
- In the json output the data will be '"group_status": "resolved",'
Comments
0 comments
Please sign in to leave a comment.