job_not_completed
Plugin API error job_not_completed — outputs requested before job finished.
HTTP 409 · not retryable
POST /jobs/{id}/refresh-url only re-issues signed URLs for jobs in status completed. While the job is still pending, in_progress, retry_pending, failed, or cancelled, there are no outputs to refresh.
How to fix
- Wait for the
JobCompletedwebhook before calling refresh-url. - For long-running video jobs, prefer the webhook flow over polling — completion can take minutes.