Closed
Description
Hello,
I have a use-case where I need to get the latest run of a scheduled saved search.
I know SavedSearch class has a history method which gets me all the old jobs runs. But it looks like the results are being paginated to the earliest 30 results.
The history method itself doesn't have any options to pass arguments for the GET call.
Is there any other way to achieve this? I know the REST API does support sort_dir=desc option for getting the history jobs in descending order.
I would also be happy to do these changes.
Thanks,
-Vineeth