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

# GET /analyzer/{analyzerName}

`GET /analyzer/{analyzerName}`

Retrieves information about the specified analyzer.

## Path parameters

- `analyzerName` string, required

## Response `200`

Success

- GetAnalyzerResponse — The response to the request.
  - `analyzer` object, required — An <code>AnalyzerSummary</code> object that contains information about the analyzer.
    - `arn` string, required — The ARN of the analyzer.
    - `name` string, required — The name of the analyzer.
    - `type` 'ACCOUNT' | 'ORGANIZATION', required — The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
    - `createdAt` string, date-time, required — A timestamp for the time at which the analyzer was created.
    - `lastResourceAnalyzed` string — The resource that was most recently analyzed by the analyzer.
    - `lastResourceAnalyzedAt` string, date-time — The time at which the most recently analyzed resource was analyzed.
    - `tags` object — The tags added to the analyzer.
    - `status` 'ACTIVE' | 'CREATING' | 'DISABLED' | 'FAILED', required — The status of the analyzer. An <code>Active</code> analyzer successfully monitors supported resources and generates new findings. The analyzer is <code>Disabled</code> when a user action, such as removing trusted access for Identity and Access Management Access Analyzer from Organizations, causes the analyzer to stop generating new findings. The status is <code>Creating</code> when the analyzer creation is in progress and <code>Failed</code> when the analyzer creation has failed.
    - `statusReason` object — The <code>statusReason</code> provides more details about the current status of the analyzer. For example, if the creation for the analyzer fails, a <code>Failed</code> status is returned. For an analyzer with organization as the type, this failure can be due to an issue with creating the service-linked roles required in the member accounts of the Amazon Web Services organization.
      - `code` 'AWS_SERVICE_ACCESS_DISABLED' | 'DELEGATED_ADMINISTRATOR_DEREGISTERED' | 'ORGANIZATION_DELETED' | 'SERVICE_LINKED_ROLE_CREATION_FAILED', required — The reason code for the current status of the analyzer.

## 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)
