---
title: "GET /audit/mitigationactions/tasks#startTime&endTime"
method: GET
path: "/audit/mitigationactions/tasks#startTime&endTime"
---

# GET /audit/mitigationactions/tasks#startTime&endTime

`GET /audit/mitigationactions/tasks#startTime&endTime`

Gets a list of audit mitigation action tasks that match the specified filters.

Requires permission to access the [ListAuditMitigationActionsTasks](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions) action.

## Query parameters

- `auditTaskId` string
- `findingId` string
- `taskStatus` 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'CANCELED'
- `maxResults` integer
- `nextToken` string
- `startTime` string, date-time, required
- `endTime` string, date-time, required

## Response `200`

Success

- ListAuditMitigationActionsTasksResponse
  - `tasks` AuditMitigationActionsTaskMetadata[] — The collection of audit mitigation tasks that matched the filter criteria.
    - `taskId` string — The unique identifier for the task.
    - `startTime` string, date-time — The time at which the audit mitigation actions task was started.
    - `taskStatus` 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'CANCELED' — The current state of the audit mitigation actions task.
  - `nextToken` string — The token for the next set of results.

## Other responses

- `480` — InvalidRequestException
- `481` — ThrottlingException
- `482` — InternalFailureException

---

[API](https://skmtc.net/aws/apis/iot.md) · [All operations](https://skmtc.net/aws/apis/iot/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iot/revisions/deef5c4b09f0/schema)
