HTTP request activity not returning all Orchestrator logs for Job

Hi all,

I’m currently using the http request activity to fetch the logs for a specific job identified by the unique JobKey.

The request line I’m currently using along with more simple variations all return around 9400 characters, cutting off the rest of the logs signified by “…” at the end of the json response string.

in_urlOrchestrator+"/odata/RobotLogs?$filter=JobKey eq "+ Jobkey + “&$orderby=TimeStamp asc”

Any help is greatly appreciated,
Thanks