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

# GET /scopes

`GET /scopes`

List all the scopes for an account.

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListScopesOutput
  - `scopes` ScopeSummary[], required — The scopes returned by the call.
    - `scopeId` string, required — The identifier for the scope that includes the resources that you want to get data results for. A scope ID is an internally-generated identifier that includes all the resources for the accounts in a scope.
    - `status` 'SUCCEEDED' | 'IN_PROGRESS' | 'FAILED' | 'DEACTIVATING' | 'DEACTIVATED', required — <p>The status for a scope. The status can be one of the following: <code>SUCCEEDED</code>, <code>IN_PROGRESS</code>, <code>FAILED</code>, <code>DEACTIVATING</code>, or <code>DEACTIVATED</code>.</p> <p>A status of <code>DEACTIVATING</code> means that you've requested a scope to be deactivated and Network Flow Monitor is in the process of deactivating the scope. A status of <code>DEACTIVATED</code> means that the deactivating process is complete.</p>
    - `scopeArn` string, required — The Amazon Resource Name (ARN) of the scope.
  - `nextToken` string — The token for the next set of results. You receive this token from a previous call.

## Other responses

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

---

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