Get a list of Risk findings
GET/v1/risk-findings
Lists and filters DSPM Risk Findings to analyze and prioritize data security risks in the environment. This API returns a list of Risk Findings with detailed information to help prioritize each security Risk Finding. To retrieve detailed information on each Risk Finding, see the /v1/risk-findings/id/{id}[Get a Risk finding by Id] API.
Request
Query Parameters
Possible values: [AWS
, AZURE
, GCP
, SNOWFLAKE
, FILE_SHARE
, O365
]
Possible values: [AWS
, AZURE
, GCP
, SNOWFLAKE
, FILE_SHARE
, O365
]
Possible values: [SECURITY
, COMPLIANCE
, GOVERNANCE
, SECURITY_AND_COMPLIANCE
, SECURITY_AND_GOVERNANCE
, COMPLIANCE_AND_GOVERNANCE
, SECURITY_AND_COMPLIANCE_AND_GOVERNANCE
]
Possible values: [SECURITY
, COMPLIANCE
, GOVERNANCE
, SECURITY_AND_COMPLIANCE
, SECURITY_AND_GOVERNANCE
, COMPLIANCE_AND_GOVERNANCE
, SECURITY_AND_COMPLIANCE_AND_GOVERNANCE
]
Possible values: [OPEN
, CLOSED
, UNIMPORTANT
, WRONG
, HANDLED
, INVESTIGATING
]
Possible values: [OPEN
, CLOSED
, UNIMPORTANT
, WRONG
, HANDLED
, INVESTIGATING
]
Possible values: <= 50
Default value: 20
Header Parameters
Dig token header
Responses
- 200
Returns a list of risk findings
Response Headers
X-Total-Count integer
The total number of items in the page
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
Possible values: [LOW
, MEDIUM
, HIGH
]
asset object
Possible values: [OPEN
, CLOSED
, UNIMPORTANT
, WRONG
, HANDLED
, INVESTIGATING
]
Possible values: [AWS
, AZURE
, GCP
, SNOWFLAKE
, FILE_SHARE
, O365
]
Possible values: [UNKNOWN
, DEVELOPMENT
, STAGING
, TESTING
, PRODUCTION
]
complianceStandards object
property name* string[]
string
[
{
"id": "string",
"ruleName": "string",
"severity": "LOW",
"asset": {
"name": "string",
"assetId": "string"
},
"status": "OPEN",
"projectId": "string",
"cloudProvider": "AWS",
"cloudEnvironment": "UNKNOWN",
"firstDiscovered": "2024-07-29T15:51:28.071Z",
"complianceStandards": {}
}
]