Retrieves a single job created via the Async API.
application to minimize breaking changes.Bearer authentication header of the form Bearer <token>, where <token> is your Writer API key.
The ID of the job to retrieve.
Successful response
The unique identifier for the job.
The status of the job.
in_progress, failed, completed The ID of the application associated with this job.
The timestamp when the job was created.
The timestamp when the job was last updated.
The timestamp when the job was completed.
The result of the completed job, if applicable.
The error message if the job failed.