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

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

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

Retrieves information about an archive rule.

To learn about filter keys that you can use to create an archive rule, see [IAM Access Analyzer filter keys](https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html) in the **IAM User Guide**.

## Path parameters

- `analyzerName` string, required
- `ruleName` string, required

## Response `200`

Success

- GetArchiveRuleResponse — The response to the request.
  - `archiveRule` ArchiveRuleSummary, required — Contains information about an archive rule.
    - `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.

## Other responses

- `480` — ResourceNotFoundException
- `481` — ValidationException
- `482` — InternalServerException
- `483` — ThrottlingException
- `484` — 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)
