@Sachin Tah The result id from the analyze response is part of the URL and this needs to be used along with your model id while getting the analyze operation results.
The response from analyze is usually of this format.
https://eastus.api.cognitive.microsoft.com/formrecognizer/v2.1-preview.2/custom/models/<model_id>/analyzeresults/<result_id>
The request id is not the result id and it would fail if used in get operation results as seen in your response above.