You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Query parameters must be only among the documented ones and with values of correct types. Duplicated query parameters (e.g. ``filter[status]=low&filter[status]=info`` ) are not allowed.
2489
2495
2496
+
**Additional extension fields**
2497
+
2498
+
Additional extension fields are available for some findings.
2499
+
2500
+
The data is available when you include the query parameter ``?detailed_findings=true`` in the request.
2501
+
2502
+
The following fields are available for findings:
2503
+
2504
+
* ``external_id`` : The resource external ID related to the finding.
2505
+
* ``description`` : The description and remediation steps for the finding.
2506
+
* ``datadog_link`` : The Datadog relative link for the finding.
2507
+
2490
2508
**Response**
2491
2509
2492
2510
The response includes an array of finding objects, pagination metadata, and a count of items that match the query.
@@ -2524,6 +2542,8 @@ def list_findings(
2524
2542
:type filter_status: FindingStatus, optional
2525
2543
:param filter_vulnerability_type: Return findings that match the selected vulnerability types (repeatable).
0 commit comments