---
title: "GET /analyzer/{analyzerName}/archive-rule"
method: GET
path: "/analyzer/{analyzerName}/archive-rule"
---

# GET /analyzer/{analyzerName}/archive-rule

`GET /analyzer/{analyzerName}/archive-rule`

Retrieves a list of archive rules created for the specified analyzer.

## Path parameters

- `analyzerName` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListArchiveRulesResponse — The response to the request.
  - `archiveRules` ArchiveRuleSummary[], required — A list of archive rules created for the specified analyzer.
    - `ruleName` string, required — The name of the archive rule.
    - `filter` object, required — A filter used to define the archive rule.
    - `createdAt` string, date-time, required — The time at which the archive rule was created.
    - `updatedAt` string, date-time, required — The time at which the archive rule was last updated.
  - `nextToken` string — A token used for pagination of results returned.

## Other responses

- `480` — ValidationException
- `481` — InternalServerException
- `482` — ThrottlingException
- `483` — AccessDeniedException

---

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