List Audit Findings

GET {{aws_internet_of_things_base_url}}/audit/findings&checkName=&endTime=&maxResults=&nextToken=&resourceIdentifier=&startTime=&taskId=?checkName&endTime&maxResults&nextToken&resourceIdentifier&startTime&taskId

Request Params

KeyDatatypeRequiredDescription
checkNamenullA filter to limit results to the findings for the specified audit check.
endTimenullA filter to limit results to those found before the specified time. You must specify either the startTime and endTime or the taskId, but not both.
maxResultsnullThe maximum number of results to return at one time. The default is 25.
nextTokennullThe token for the next set of results.
resourceIdentifiernullInformation identifying the noncompliant resource.
startTimenullA filter to limit results to those found after the specified time. You must specify either the startTime and endTime or the taskId, but not both.
taskIdnullA filter to limit results to the audit with the specified ID. You must specify either the taskId or the startTime and endTime, but not both.