Orchestrator HTTP Api - $filter Get jobs request

I’m using the API get all jobs request to great success, however in the year we’ve been running we’ve amassed quite the list of jobs. Is there a way to apply a filter like you can in the Orchestrator visual interface to get only jobs from the last day for example?

I’ve tried adding a $filter parameter of "eq(Interval,‘Last day’) but this feels cobbled together from msdn resources and is clearly not the correct way to do this

1 Like

Hi @jasonsavory,

This might not be the answer for the entire inquiry but just for reference here a documentation where you can see the list for available filters:

image

BE Safe!

Hello!

The API Filter clause doesn’t support that relative time syntax, so you need to specify the actual time interval: