Get the state of a performance job
get/performanceTasks/{taskId}/performanceJobs/{jobId}/state
Returns the state of the specified performance job.
1{2 "code": "string",3 "createdBy": "string",4 "creationTimeStamp": "2019-08-24T14:15:22Z",5 "modifiedBy": "string",6 "modifiedTimeStamp": "2019-08-24T14:15:22Z",7 "state": "string",8 "jobReqId": "string"9}