Need to get last successful job runtime in custom java connector.
Is it possible to get Last run start value, or any other way to store and retrieve last job run time?
Tried to get last job time by accessing history api service.
curl -u user:pass fusion-host:6764/api/jobs/datasource:movies-db/history
Is there any other way to get values from connector itself?

https://doc.lucidworks.com/fusion-server/4.0/reference/api/jobs-api.html#get-the-job-history-for-a-datasource
Based on these docs, the response should be similar to this. You would use startTime for last run start