Skip to main content

Event Stream Observability API (1.0)

Download OpenAPI specification:Download

The Event Stream Observability API can be used to monitor existing event stream webhooks and S3 integrations. Use the Event stream configuration API to setup and manage your event stream integrations.

Get information about published events.

Get information about published events or events that failed to be published to a tenant's event stream integrations.

query Parameters
from
string <date-time>
Example: from=2022-12-31T23:59:59Z

Only return events which were attempted to be published after this date.

to
string <date-time>
Example: to=2023-02-01T09:12:23Z

Only return events which were attempted to be published before this date.

event_name
string
Example: event_name=order.created

The name of an event stream event.

integration_id
string
Example: integration_id=my-integration-12345

The ID of event stream integration.

status
string
Example: status=success

The status of the publishing attempt (either 'success' or 'failure').

domain_entity_id
string
Example: domain_entity_id=f47ac10b-58cc-4372-a567-0e02b2c3d479

The ID of a domain entity, for example an order ID.

domain_entity_type
string
Example: domain_entity_type=order

The name of a domain entity, for example 'order' or 'payment_account'.

Responses

Response samples

Content type
application/json
[
  • {
    },
  • {
    },
  • {
    },
  • {
    },
  • {
    }
]