Actions
List Findings
Get list of all findings within a specific time range.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
| Parameter | Description |
|---|---|
| After | Returns the elements in the list that come after the specified cursor. |
| First | Returns the first n elements from the list. |
{
"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"
}
}
}
}
Was this page helpful?