Download Bulk Read result API error

Download Bulk Read result API error

Hello,

I am using  Bulk Read API  to download all my modules as zip files. It was working earlier, now giving a 404 error. 

Get request I send:  https://www.zohoapis.com/crm/bulk/v2/read/[Job ID]/result

Response I'm receiving back:

{
    "status": "error",
    "code": "RESOURCE_NOT_FOUND",
    "message": "The requested resource doesn't exist.",
    "details": {
        "resource": "/crm/bulk/v2/read/ [Job ID]/result"
    }
}
But when I tried calling the Job through  Get Bulk Read Job details API, it's giving me a positive result. Is something broken in the result API? Or any changes were made?