Hi there, I am trying to get the containers detials for stipulated time period, Lets say, Jan 1st 2023 - March 31st - 2023. May I know what is the format here to get it from REST API. I am trying using below query and getting the results from the very latest conatiners as well. https://phantom.example.com/rest/container?sort=id&order=desc&label='phishing'&page_size=40000&"start_time"="2023-03-01T00:00:41.728895Z" Sample output: sharing only one key: value pair "start_time": "2023-04-19T07:36:41.728895Z",
... View more