You can use the LimaCharlie CLI / SDK to get a list of detections from within a particular date range. You'd do so using the following command:
limacharlie detections --limit 10 1643702400 1646121600
The start and end times are specified in Unix time.
The above example limits the results coming back to only showing 10. You can revise this figure as necessary, or remove the --limit
argument all together if you want to see all detections within the range.
Reference: Learn how to install and use the LimaCharlie CLI / SDK.