Viewing: Event History

Alerts & Webhooks - Event History

Query recent delivery outcomes for observability and troubleshooting.

GET /api/v1/events/history/

Pro+

List event delivery records by status/type with pagination.

Authentication: X-API-Key: YOUR_API_KEY

Endpoint

https://app.sahmk.sa/api/v1/events/history/?status=retrying&limit=20&offset=0

Parameters

(*) Required

ParameterTypeExample
status stringretrying
event_type stringabnormal_volume
workspace_id number1
limit number20
offset number0
  • Optional query: status (pending, delivered, retrying, dead_letter)
  • Optional query: event_type
  • Optional query: workspace_id
  • Pagination: limit and offset

Defaults: limit=50, offset=0. Maximum limit=100.

Current Status

This route may not yet be publicly available in all production environments.
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>