List Audit Tasks
GET {{aws_internet_of_things_base_url}}/audit/tasks?endTime&maxResults&nextToken&startTime&taskStatus&taskType
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
endTime | null | The end of the time period. | |
maxResults | null | The maximum number of results to return at one time. The default is 25. | |
nextToken | null | The token for the next set of results. | |
startTime | null | The beginning of the time period. Audit information is retained for a limited time (180 days). Requesting a start time prior to what is retained results in an InvalidRequestException. | |
taskStatus | null | A filter to limit the output to audits with the specified completion status: can be one of IN_PROGRESS, COMPLETED, FAILED, or CANCELED. | |
taskType | null | A filter to limit the output to the specified type of audit: can be one of ON_DEMAND_AUDIT_TASK or SCHEDULED__AUDIT_TASK. |