Skip to main content

List Findings

Retrieve a list of findings for a specific report.

External Documentation

To learn more, visit the PlexTrac documentation.

Parameters

ParameterDescription
Client IDThe ID of the client whose report to get findings for is. Can be retrieved from the 'List Clients' action.
Filter ByChoose to filter results by the following fields.
Filter ValueThe Value to filter the results by.
LimitThe maximal number of returned results.
OffsetNumber of the results to initially skip.
Report IDThe ID of the report to get findings for. Can be retrieved from the 'List Reports' action.

Example Output

{
"status": "success",
"data": [
{
"affected_assets": {},
"assignedTo": null,
"client_id": 4155,
"createdAt": 1653496110726,
"description": "<p>desc</p>",
"fields": {
"field1": {
"label": "Label",
"value": "<p>value</p>"
}
},
"flaw_id": 3929198681,
"jiraIssueKey": null,
"jiraIssueLink": null,
"last_update": 1653496244421,
"report_id": 500006,
"serviceNowTicketKey": null,
"serviceNowTicketTable": null,
"severity": "Critical",
"status": "Open",
"tags": [
"test_tag"
],
"title": "Finding Changed",
"visibility": "draft",
"timeToNearestSLA": ""
}
],
"meta": {
"pagination": {
"limit": 1,
"offset": 0,
"total": 1
},
"filters": [
{
"by": "findingTags",
"value": [
"test_tag"
]
}
],
"sort": [
{
"by": "title",
"order": "ASC"
},
{
"by": "status",
"order": "DESC"
},
{
"by": "severity",
"order": "ASC"
},
{
"by": "META().id",
"order": "ASC"
}
]
}
}

Workflow Library Example

List Findings with Plextrac and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop