Developers API
Realtime Event Engine
WebSocket streaming, event webhooks, payload schemas, rule conditions, delivery lifecycle, signature verification, event history, and errors.
← Back to API docs
Viewing: Event History
Event History
Query recent realtime event deliveries and outcomes for observability, replay, and debugging.
GET /api/v1/events/history/
Authentication: X-API-Key: YOUR_API_KEY
Endpoint
https://app.sahmk.sa/api/v1/events/history/?status=retrying&limit=20&offset=0
Parameters
(*) Required
| Parameter | Type | Example |
|---|---|---|
| status | string | retrying |
| event_type | string | abnormal_volume |
| workspace_id | number | 1 |
| limit | number | 20 |
| offset | number | 0 |
- Optional query:
status(pending, delivered, retrying, dead_letter) - Optional query:
event_type - Optional query:
workspace_id - Pagination:
limitandoffset
Defaults: limit=50, offset=0. Maximum limit=100.
Current Status
This route is not publicly available yet in production and currently returns 404.
404 Not Foundtext/html
<!doctype html>
<html lang="en">
<head><title>Not Found</title></head>
<body>
<h1>Not Found</h1>
<p>The requested resource was not found on this server.</p>
</body>
</html>