get https://api.verbit.co/api/job/info
Returns comprehensive information about a job including its current status, metadata, and processing details.
Response Content
- Basic job information (ID, name, profile)
- Current processing status
- Certification details (if applicable)
- Error information (if any)
Job Status Values
Status | Description | Next Steps |
---|---|---|
Pending | Job created but not started | Add media and other files and call POST /job/perform_transcription |
In Progress | Currently being processed | Continue polling this endpoint |
Completed | Processing finished successfully | Use GET /job/get_caption to download |
Canceled | Processing was canceled | Create new job if needed |
Failure | Processing failed | Check errors field for details |
Important Notes
- Poll this endpoint to monitor job progress
- Certified transcriber details include signature (valid for 12 hours)
- For failed jobs, check the
errors
array for failure details