# Events

Customer Domain event retrieval operations

## Get events

 - [GET /v1/{countryCode}/events](https://test.docs.reece.tech/apis/customer/openapi/openapi-1/events/getevents.md): Returns retained Customer Domain events. Results may be filtered by creation time and event type, and are ordered by createdAt ascending, then eventId ascending.

## Get event by eventId

 - [GET /v1/{countryCode}/events/{eventId}](https://test.docs.reece.tech/apis/customer/openapi/openapi-1/events/getevent.md): Returns the retained Customer Domain event identified by eventId. An event that does not exist within the selected country or is no longer retained returns 404.

