How to extract the executed Process name, Creation Date, Process Start Time and Process End Time?

i want my Executed process name and Date, Process Start Time, Process End Time

You can achieve your requirement via an API call for /odata/Jobs({key})

https://cloud.uipath.com/ORGANIZATION_NAME/TENANT_NAME/orchestrator_/odata/Jobs(JOB_ID)?%24select=ReleaseName%2CCreationTime%2CStartTime%2CEndTime%2C

Example:

Your Swagger documentation:

https://cloud.uipath.com/ORGANIZATION_NAME/TENANT_NAME/orchestrator_/swagger/index.html#/Jobs/Jobs_GetById