---
title: "List eventbridges"
method: GET
path: "/eventbridges"
tags: ["EventBridge"]
---

# List eventbridges

`GET /eventbridges`

Retrieve all AWS EventBridge integrations.
Status field is always null unless there is an error starting the AWS EventBridge.

## Response `200`

Successful response

- EventBridge[]
  - `id` integer — EventBridge ID
  - `account_id` string, uuid — Account ID
  - `aws_region` string — AWS region
  - `aws_account_id` integer — AWS account ID
  - `vhost` string — Virtual host name
  - `queue` string — Queue name
  - `status` string, nullable — Status (null unless error)
  - `with_headers` boolean — Include message headers in event data

---

[API](https://skmtc.dev/cloudamqp/apis/cloudamqp-instance-api.md) · [All operations](https://skmtc.dev/cloudamqp/apis/cloudamqp-instance-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudamqp/cloudamqp-instance-api/revisions/d04a3670170c/schema)
