I’m currently got one project which is to build a simple orchstrator API. The goal is to export recording video.
Right now, I’m trying to used this odata to export the media recording
odata/ExecutionMedia/UiPath.Server.Configuration.OData.DownloadMediaByJobId(jobId=jobID)
but I got this error:
Error: response status is 404
Response body:
{
“message”: “There is no execution media associated with the job.”,
“errorCode”: 2201,
}
The job ID I get from
/odata/Jobs?$filter=Key eq "+key
There is no issue getting the Key
Error message is suggesting there is no video recording available for that job. The job recordings get’s autodeleted after 3-7 days as per configuration.
Thank you for replying, during my execution, the job that I retrieved job ID from is on the exact same day, I got error code 404, is it possible the issue coming from Job ID?
@ashokkarale
May I know, what the value it should be, is there any rules or anything because when I put any name for the filename, the same thing happens, which is response code 200 and