---
title: "GET /v1/registries"
method: GET
path: "/v1/registries"
---

# GET /v1/registries

`GET /v1/registries`

List the registries.

## Query parameters

- `limit` integer
- `nextToken` string
- `registryNamePrefix` string
- `scope` string
- `Limit` string
- `NextToken` string

## Response `200`

Success

- ListRegistriesResponse
  - `NextToken` string — The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
  - `Registries` RegistrySummary[] — An array of registry summaries.
    - `RegistryArn` string — The ARN of the registry.
    - `RegistryName` string — The name of the registry.
    - `Tags` object — Tags associated with the registry.

## Other responses

- `480` — ServiceUnavailableException
- `481` — BadRequestException
- `482` — UnauthorizedException
- `483` — InternalServerErrorException
- `484` — ForbiddenException

---

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