Actions
Get Findings
Get a list of findings.
External Documentation
To learn more, visit the Seemplicity documentation.
Basic Parameters
Parameter | Description |
---|---|
After | A cursor for paginating forward through the results. |
Before | A cursor for paginating backward through the results. |
First | The maximum number of findings to return in a single request. |
Last | The maximum number of findings to return.Note fetches results from the end of the dataset instead of the beginning. |
Sort | Sorting options that determine the order of the findings. |
Advanced Parameters
Parameter | Description |
---|---|
Filters | A JSON object defining the filtering criteria, such as limiting results by status, ticket status, or source.Example: { "operator": "and", "operands": [ { "field": "actual_status", "condition": "", "value": { "field": "category", "condition": "in", "value": [ "OPEN" ] } }, { "field": "ticket_status", "condition": "in", "value": [ "BACKLOG", "SCHEDULED" ] } ] } |
Filters Scope ID | A unique identifier for a specific scope to show results from. |
Filters Scopes Json | A JSON containing the filter conditions. |
Include Original Severity | Select to include the original severity of each finding before any adjustments were applied. |
Include Total Count | Select to include the total number of findings matching the query. |
Example Output
Workflow Library Example
Get Findings with Seemplicity and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?