Poll for the status and result of a translation job. Use this endpoint when you initiated a translation with a callback URL. Returns one of two response types:
Option 1 - Completed (status: “completed”): Translation is finished. Response includes status, id, and data with all requested formats.
Option 2 - Pending (status: “pending”): Job is still processing. Response includes status, id, and poll_url. Continue polling this endpoint until status becomes “completed”.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Translation status or result