The Signals Notebook API endpoint POST/entities/search can be used to search by date range. The results will be provided as a JSON file, there is a result limit of 100 records, a pagination limit of 5000 records.
Sample query:
{"query": {"$and":[{"$match":{"field":"type","value":"experiment","mode":"keyword"}},{"$and":[{"$child":{"$range":{"field":"createdAt","as":"date","from":"2023-01-01T06:00:00Z","to":"2023-01-12T06:00:00Z"}}}]},{"$and":[{"$match":{"field":"isTemplate","value":false}}]}]}
Comments
0 comments
Article is closed for comments.