---
title: "Get AWS regions list"
method: GET
path: "/cdn/aws_regions"
tags: ["Logs uploader"]
---

# Get AWS regions list

`GET /cdn/aws_regions`

Get the list of Amazon AWS regions.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful.

- union
  - AwsRegionItem[]
    - `id` integer — Region ID.
    - `code` string — Region code.
    - `name` string — Region name.
  - object
    - `count` integer, required — Total number of items.
    - `next` string, nullable, required — URL to the next page of results. Null if current page is the last one.
    - `previous` string, nullable, required — URL to the previous page of results. Null if current page is the first one.
    - `results` AwsRegionItem[], required — List of items on the current page.
      - `id` integer — Region ID.
      - `code` string — Region code.
      - `name` string — Region name.

---

[API](https://skmtc.net/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.net/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/versions/09e652815095/schema)
