Hi there,
Could a filter be added to the GetJobs function in the rest API? We would like to filter by job status (95% of jobs are complete, and we dont want to process those, but the lack of filter means a single call to this function takes upwards to 15 mins )
We can add a function to get jobs in a given state (or states). Unfortunately, we canβt do much more than that due to performance concerns. We already have an index built on the state of the jobs, which is why we can add the state-based function.
Cheers,
Ryan
For our current needs, that would be perfect!