Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier for the job to be retrieved.
Response
Successful retrieval of job details.
The unique identifier for the job.
The current status of the job.
Available options: 
RUNNING, COMPLETED, FAILED, CANCELED Detailed error message if the job failed.
The time at which the job was created.
The time at which the job was completed, if applicable.