---
title: "Get list of AWS log ready services"
method: GET
path: "/api/v2/integration/aws/logs/services"
tags: ["AWS Logs Integration"]
---

# Get list of AWS log ready services

`GET /api/v2/integration/aws/logs/services`

Get a list of AWS services that can send logs to Datadog.

## Response `200`

AWS Logs Services List object

- AWSLogsServicesResponse — AWS Logs Services response body
  - `data` AWSLogsServicesResponseData, required — AWS Logs Services response body
    - `attributes` AWSLogsServicesResponseAttributes — AWS Logs Services response body
      - `logs_services` string[], required — List of AWS services that can send logs to Datadog
    - `id` string, required — The `AWSLogsServicesResponseData` `id`.
    - `type` 'logs_services', required — The `AWSLogsServicesResponseData` `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)
