post
https://api.recordedfuture.com/malware-intelligence/v1/auto-sigma/jobs//retry
Reprocess a failed Auto Sigma job without creating a new one.
What this endpoint does
Resubmits a failed Auto Sigma job for reprocessing. Use when Get Sigma Job reports status: "FAILED". Retrying a FINISHED or RUNNING job returns false with no effect. Obtain job IDs from Create Auto Sigma Job or List Sigma Jobs. After retry, poll Get Sigma Job to monitor progress. Authentication: X-RFToken header to https://api.recordedfuture.com/malware-intelligence.
Response data
Returns {"retried": true} if the job was requeued, or {"retried": false} if the job was not in a FAILED state. No request body required.
