List Findings
Get list of all findings within a specific time range.
Basic Parameters
Parameter | Description |
---|---|
End Time | End date and time of search range. |
Severity | Filter results to only return findings with the specified severity. |
Start Time | Start date and time of search range. |
Status | Filter results to only return findings with the specified status. |
Advanced Parameters
Parameter | Description |
---|---|
After | Returns the elements in the list that come after the specified cursor. |
First | Returns the first n elements from the list. |
Example Output
{
"data": {
"Findings": {
"nodes": [
{
"Title": "Title1",
"Status": "Open",
"Severity": "Low",
"CreationTime": "2022-02-01T16:01:23.058Z",
"Provider": "AWS",
"ID": "00000000-00000000-00000000-00000",
"Description": "Random description"
}
],
"pageInfo": {
"hasNextPage": true,
"endCursor": "ewogICJTb3J0VmFsdWVzIjogWwogICAgMTY0NTQwMjI3NjM1NiwKICAgICIyOTdhYzY2Zi02NzM5LTQwNWYtODM3MC1lZDBhNmMwOTZlZjciCiAgXQp9"
}
}
}
}
Workflow Library Example
on Ermetic User Anomaly Run Remediation Flow
Preview this Workflow on desktop