List user jobs
GET/api/v1/jobs
Get a paginated list of jobs for the authenticated user.
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
- 500
Jobs retrieved successfully
Unauthorized
Internal server error