---
title: "GET /analyzer"
method: GET
path: "/analyzer"
---

# GET /analyzer

`GET /analyzer`

Retrieves a list of analyzers.

## Query parameters

- `nextToken` string
- `maxResults` integer
- `type` 'ACCOUNT' | 'ORGANIZATION'

## Response `200`

Success

- ListAnalyzersResponse — The response to the request.
  - `analyzers` AnalyzerSummary[], required — The analyzers retrieved.
    - `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.
  - `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)
