Risk Intelligence
List all findings of the threat actor.
get/api/v2/riskintelligence/threat-actors/{threatActorId}/findings
Path parameters
threatActorIdinteger required
The id of the threat actor.
Query parameters
companyIdinteger required
The id of the company that includes finding.
page_numberinteger
Example:1
The number of the page requested.
page_size10 | 20 | 30 | 50 | 100 | 250 | 500 | 1000
Example:10
The number of result items in a single response.
Response
Success
Example response
[
{
"Module": "Email Security",
"FindingId": 2590965999,
"Status": "Active",
"FirstSeenDate": "2023-08-01T08:30:30.682Z",
"UpdateDate": "2023-08-01T08:30:30.682Z"
}
]