Hi @Anonymous You can use the createdDateTime parameter that is supported as per https://learn.microsoft.com/en-us/graph/api/security-list-alerts_v2?view=graph-rest-beta&tabs=http#optional-query-parameters. Below query is a sample
2024-02-13T12:49:01.00Zhttps://graph.microsoft.com/v1.0/security/alerts_v2?$filter=createdDateTime ge 2024-02-12T12:49:01.00Z and createdDateTime le 2024-02-13T12:49:01.00Z&$top=50
To apply pagination, you can use $top
and parameters: