Hi All,
Is there a way to get jobs only for a specific day?! My use case: every day I want to collect jobs, their status, etc. I know there are parameters like sortBy=created
and ordering=DESC
where we can filter requested results in API calls. Now, I want to narrow down my request for a specific day, maybe like since=15.08.2022
.
I fear requesting all jobs, which might be quite huge, hence I am interested into filter jobs only for a specific day. (I also found that there is a limit
parameter, but I can not know how many jobs there will be every day (since every debugging run is also considered a job). (or another idea would be to request all jobs that are not debugging runs. such kind of solution would also resolve my problem, at least partially!)
Thanks in advance for your suggestions!
Best,
Aman