<html><head><title></title></head><body><!-- rte-version 0.2 9947551637294008b77bce25eb683dac --><div class="rte-style-maintainer rte-pre-wrap" data-color="global-default" bbg-color="default" data-bb-font-size="medium"bbg-font-size="medium" style="white-space: pre-wrap; font-size: small; font-family: "Courier New", Courier, "BB.FixedWidth";"style="white-space: pre-wrap; font-size: small; font-family: "Courier New", Courier, "BB.FixedWidth"; color: rgb(0, 0, 0);">Just wondering if anyone knows how to use httpie to filter the result from the api.<div>This query to get failed job works<br><div>http GET localhost/pulp/api/v3/tasks/?limit=2  state==failed</div><div><br></div><div>But I could not find a way to get failed jobs in a date range.</div><div>The below query doesn't give me the correct result.</div><div>http GET localhost/pulp/api/v3/tasks/ state==failed%20AND%20started_at%20%3E%3D%20"2021-05-15T0:0:0.0Z"</div></div><div><br></div><div>Can I use httpie to filter or I have to pipe to jq?</div></div></body></html>