Manually retry a dead, failed, or retrying job.
Resets the job’s status to pending, clears the error message, and resets the attempt counter. The job will be picked up by the worker on the next poll cycle.
Args: job_id: ID of the job to retry.
Raises: 404: Job not found. 400: Job is not in dead, failed, or retrying status.
Successful Response
Response schema for a single job record.