---
title: "List available namespaces"
method: GET
path: "/api/v2/integration/aws/available_namespaces"
tags: ["AWS Integration"]
---

# List available namespaces

`GET /api/v2/integration/aws/available_namespaces`

Get a list of available AWS CloudWatch namespaces that can send metrics to Datadog.

## Response `200`

AWS Namespaces List object

- AWSNamespacesResponse — AWS Namespaces response body.
  - `data` AWSNamespacesResponseData, required — AWS Namespaces response data.
    - `attributes` AWSNamespacesResponseAttributes — AWS Namespaces response attributes.
      - `namespaces` string[], required — AWS CloudWatch namespace.
    - `id` string, required — The `AWSNamespacesResponseData` `id`.
    - `type` 'namespaces', required — The `AWSNamespacesResponseData` `type`.

## Other responses

- `403` — Forbidden
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v2.md) · [All operations](https://skmtc.net/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
