List detected anomalies for the tenant
Returns anomalies for the authenticated tenant ordered by
detected_at DESC, id DESC. Pagination is cursor-based
(TRU-403): callers pass the next_cursor value from the
previous page as the cursor query param to fetch the next
page. The legacy offset param is still accepted for
backward compatibility but is deprecated; new clients must
use cursor.
Authorizations
SDK API key (tl_...) or Clerk session JWT
Query Parameters
1 <= x <= 100Opaque keyset-pagination token returned as next_cursor
on the previous page. When supplied, offset is ignored.
Deprecated — use cursor. Retained for legacy callers.
x >= 0RFC3339 lower bound on created_at (inclusive). Optional.
RFC3339 upper bound on created_at (inclusive). Optional. Must be >= from when both are set.