v1

latestOpenAPI 3.1.22026-08-0611530152.3 KB
EventBridge

List eventbridges

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

get/eventbridges

Response

Successful response

idinteger

EventBridge ID

account_idstring uuid

Account ID

aws_regionstring

AWS region

aws_account_idinteger

AWS account ID

vhoststring

Virtual host name

queuestring

Queue name

statusstring nullable

Status (null unless error)

with_headersboolean

Include message headers in event data

Example response

[
  {
    "id": 1,
    "aws_region": "eu-north-1",
    "aws_account_id": 123456789012,
    "vhost": "yhfhkuqb",
    "queue": "eventbridge_queue",
    "with_headers": true
  }
]