<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/browser-tracker](./browser-tracker.md) &gt; [EventStore](./browser-tracker.eventstore.md) &gt; [getAll](./browser-tracker.eventstore.getall.md)

## EventStore.getAll property

Retrieve all payloads including their meta configuration in the store

<b>Signature:</b>

```typescript
getAll: () => Promise<readonly EventStorePayload[]>;
```
