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

# Get all Amazon EventBridge sources

`GET /api/v2/integration/aws/event_bridge`

Get all Amazon EventBridge sources.

## Response `200`

Amazon EventBridge sources list.

- AWSEventBridgeListResponse — Amazon EventBridge list response body.
  - `data` AWSEventBridgeListResponseData, required — Amazon EventBridge list response data.
    - `attributes` AWSEventBridgeListResponseAttributes, required — An object describing the EventBridge configuration for multiple accounts.
      - `accounts` AWSEventBridgeAccountConfiguration[] — List of accounts with their event sources.
        - `account_id` string — Your AWS Account ID without dashes.
        - `event_hubs` 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.
      - `is_installed` boolean — True if the EventBridge integration is enabled for your organization.
    - `id` string, required — The ID of the Amazon EventBridge list response data.
    - `type` 'event_bridge', required — Amazon EventBridge resource type.

## Other responses

- `400` — Bad Request
- `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)
