---
title: "Retrieve specific eventbridge"
method: GET
path: "/eventbridges/{id}"
tags: ["EventBridge"]
---

# Retrieve specific eventbridge

`GET /eventbridges/{id}`

Get a specific AWS EventBridge integration.
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

## Other responses

- `404` — EventBridge not found

---

[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)
