Get job details
GET/api/v1/jobs/:jobId
Retrieve details of a specific job.
File Downloads:
- Use
inputFileIds
array to download input files via/api/v1/files/{fileId}/download
- Use
outputFileId
to download the output file when job is completed - All file IDs reference MediaFile records that can be downloaded securely
Request
Responses
- 200
- 401
- 404
- 500
Job details retrieved successfully
Unauthorized
Not Found
Internal server error