# Events

API for reading webhook event history

## List events

 - [GET /api/v1/events](https://docs.onboarded.com/openapi/events/events.list.md): List webhook event history in ascending created_at order. To avoid advancing cursors past rows from still-open transactions, events are withheld from this endpoint until they are at least 30 seconds old.

## Get an event by ID

 - [GET /api/v1/events/{event_id}](https://docs.onboarded.com/openapi/events/events.findbyid.md)

