Gets a list of audit mitigation action tasks that match the specified filters.Requires permission to access the ListAuditMitigationActionsTasks action.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'https://api.iotwireless.{region}.amazonaws.com/audit/mitigationactions/tasks?startTime=&endTime='
Response Response Example
200 - Example 1
{"tasks":[],"nextToken":"string"}
Request
Query Params
auditTaskId
string
optional
Specify this filter to limit results to tasks that were applied to results for a specific audit.
findingId
string
optional
Specify this filter to limit results to tasks that were applied to a specific audit finding.
taskStatus
string
optional
Specify this filter to limit results to tasks that are in a specific state.
maxResults
integer
optional
The maximum number of results to return at one time. The default is 25.
nextToken
string
optional
The token for the next set of results.
startTime
string
required
Specify this filter to limit results to tasks that began on or after a specific date and time.
endTime
string
required
Specify this filter to limit results to tasks that were completed or canceled on or before a specific date and time.