API V2 getJobs filter

Hi.

I’m using /apiv2/jobs but I would like to filter the jobs for the last 6 hours. I was looking the code (JobsResource) and I could see that Dremio has your own DSL. So, de we have some documentation for this?

Already found the answer! I used the Network of the Chrome Developer Tools to find it.

http://yourdremio.com/apiv2/jobs?sort=st&order=DESCENDING&filter=(st=gt=1571925211158;st=lt=1571946811158)