---
title: "GET /mitigationactions/actions"
method: GET
path: "/mitigationactions/actions"
---

# GET /mitigationactions/actions

`GET /mitigationactions/actions`

Gets a list of all mitigation actions that match the specified filter criteria.

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

## Query parameters

- `actionType` 'UPDATE_DEVICE_CERTIFICATE' | 'UPDATE_CA_CERTIFICATE' | 'ADD_THINGS_TO_THING_GROUP' | 'REPLACE_DEFAULT_POLICY_VERSION' | 'ENABLE_IOT_LOGGING' | 'PUBLISH_FINDING_TO_SNS'
- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListMitigationActionsResponse
  - `actionIdentifiers` MitigationActionIdentifier[] — A set of actions that matched the specified filter criteria.
    - `actionName` string — The friendly name of the mitigation action.
    - `actionArn` string — The IAM role ARN used to apply this mitigation action.
    - `creationDate` string, date-time — The date when this mitigation action was created.
  - `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)
