---
title: "Get all Amazon EventBridge sources"
method: GET
path: "/api/v1/integration/aws/event_bridge"
tags: ["AWS Integration"]
deprecated: true
---

# Get all Amazon EventBridge sources

`GET /api/v1/integration/aws/event_bridge`

> **Deprecated.**

**This endpoint is deprecated - use the V2 endpoints instead.** Get all Amazon EventBridge sources.

## Response `200`

OK

- AWSEventBridgeListResponse — An object describing the EventBridge configuration for multiple accounts.
  - `accounts` AWSEventBridgeAccountConfiguration[] — List of accounts with their event sources.
    - `accountId` string — Your AWS Account ID without dashes.
    - `eventHubs` AWSEventBridgeSource[] — Array of AWS event sources associated with this account.
      - `name` string — The event source name.
      - `region` string — The event source's [AWS region](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints).
    - `tags` string[] — Array of tags (in the form `key:value`) which are added to all hosts and metrics reporting through the main AWS integration.
  - `isInstalled` boolean — True if the EventBridge sub-integration is enabled for your organization.

## Other responses

- `400` — Bad Request
- `403` — Authentication Error
- `429` — Too many requests

---

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