Hi,
I've realized that after creating the archive job via POST /api/v2/recording/jobs, I didn't trigger it using the PUT API to move the job out of the "READY" state.
After sending the following request to start the job
The job started processing successfully and completed as expected.
Reference:
PUT /api/v2/recording/jobs/{jobId} – Genesys Developer Center
------------------------------
AntonyLo Lo
------------------------------
Original Message:
Sent: 07-22-2025 13:53
From: Jason Kleitz
Subject: Archive Job stuck in READY state (/api/v2/recording/jobs)
Hello,
Is this still stuck in the "READY" state or has the job completed?
------------------------------
Jason Kleitz
Online Community Manager/Moderator
Original Message:
Sent: 07-21-2025 22:46
From: AntonyLo Lo
Subject: Archive Job stuck in READY state (/api/v2/recording/jobs)
Hi Community,
I created a recording archive job via API (/api/v2/recording/jobs) but the job has been stuck in "READY" state for several days with no progress.
Request Body:
{
"action": "ARCHIVE",
"conversationQuery": {
"interval": "2022-07-31T16:00:00.000Z/2022-08-09T16:00:00.000Z",
"order": "asc",
"orderBy": "conversationStart"
},
"actionDate": "2025-07-21T01:30:00.000Z"
}
However, this job is also stuck in "READY" state with percentProgress: 0.
We need to archive old recordings to free up storage space.
Has anyone experienced the same issue? Is there any known delay or workaround?
Thanks in advance!
#API/Integrations
#Telephony
------------------------------
AntonyLo Lo
------------------------------