Retrieves paginated watchlist signals with filtering and sorting capabilities.
Page number to retrieve (cannot be used with offset)
x >= 1Number of records to skip (cannot be used with page)
x >= 0Number of signals to retrieve. Maximum value: 100
1 <= x <= 100The field by which to sort signals
receivedAt, createdAt The sort direction
asc, desc Filter by signal type(s). Can be a single value or array using type[] notation. Valid values from WATCH_LIST_SIGNAL_CONFIGURATIONS_TYPES_STANDARD_KEYS
Filter by signal status(es). Can be a single value or array using status[] notation. Valid values from WATCH_LIST_SIGNAL_COMPUTED_STATUSES
Filter signals received on or after this date (ISO date string)
Filter signals received on or before this date (ISO date string). Must be greater than receivedAtFrom if both are provided
Filter signals by specific watchlist ID
1Success
Paginated response containing watchlist signals
Array of signals matching the query parameters
Total number of signals matching the filter criteria
Current page number (if using page-based pagination)
Current offset (if using offset-based pagination)
Number of signals returned in this response