Hi Everyone
I started 2 video generation jobs around 7 hours ago, one on sora-2 and one on sora-2-pro, and both of the jobs are still stuck in the in_progress state, 7 hours later.
I was billed for them within minutes of starting the job, so they’ve been paid for but no result…
Any idea how I can get them across the line?
Below is the CURL result:
{
“object”: “list”,
“data”: [
{
“id”: “video_68e44ae5f84c…,
“object”: “video”,
“created_at”: 1759791846,
“status”: “in_progress”,
“completed_at”: null,
“error”: null,
“expires_at”: null,
“model”: “sora-2”,
“progress”: 100,
“remixed_from_video_id”: null,
“seconds”: “12”,
“size”: “1280x720”
},
{
“id”: “video_68e44718a2b…”,
“object”: “video”,
“created_at”: 1759790873,
“status”: “in_progress”,
“completed_at”: null,
“error”: null,
“expires_at”: null,
“model”: “sora-2-pro”,
“progress”: 100,
“remixed_from_video_id”: null,
“seconds”: “12”,
“size”: “1280x720”
},
{
“id”: “video_68e43788033c…”,
“object”: “video”,
“created_at”: 1759786888,
“status”: “completed”,
“completed_at”: 1759786956,
“error”: null,
“expires_at”: 1759873356,
“model”: “sora-2”,
“progress”: 100,
“remixed_from_video_id”: null,
“seconds”: “4”,
“size”: “1280x720”
}
],
“first_id”: “video_68e44ae5f84c…”,
“has_more”: false,
“last_id”: “video_68e43788033c…”
}%