I have looked at Orchestrator API query functions and Api: Get Most Recent Jobs for inspiration.
I’ve tried adding the $filter as mentioned in those posts, but no matter what I try it will not filter on the TimeStamp. I’m trying to send a request like:
/odata/RobotLogs?$top=5&$filter=TimeStamp le 2020-12-13T01:00:00.0000000Z
I get a response back, but it is not filtered according to the filter.