Retrieves the details and status of a job using the job ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier for the job to be retrieved.
Successful retrieval of job details.
The unique identifier for the job.
The current status of the job.
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.