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.
Documentation Index
Fetch the complete documentation index at: https://docs.trulayer.ai/llms.txt
Use this file to discover all available pages before exploring further.
SDK API key (tl_...) or Clerk session JWT
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.