List Alert Events
Returns a cursor-paginated list of the workspace alert events, newest first.
Authorizations
Use Authorization: Bearer
Query Parameters
Maximum number of records to return (1-100). Defaults to 10.
1 <= x <= 10020
Opaque pagination cursor. Omit for the first page, then pass meta.next_cursor / meta.previous_cursor from a previous response to move between pages. meta.first_page_cursor (A) and meta.last_page_cursor (Z) jump to the first/last page. Results are ordered newest-first by a server-side cursor; treat the value as opaque — do not construct or modify it.
"eyJwIjoyLCJjIjoiMjkxNzM0NDYyNDg0NDM0OTk1MyIsImIiOmZhbHNlfQ"
Filter by network slug (e.g. ethereum, solana).
"ethereum"
Filter by exact transaction hash.
"0xabc123...def456"
Start of date range in YYYY-MM-DD format (inclusive, UTC).
"2026-05-01"
End of date range in YYYY-MM-DD format (inclusive, UTC).
"2026-05-31"
Comma-separated list of severity levels to filter by (e.g. low,medium,high).
"high,medium"
Case-insensitive search across event caption and addresses involved.
"0x742d35"