Calling my monitor from C# with a specific postman version

I am calling postman monitor api using C#. Now, I have one concern on the response that I am getting to my request. What if in future, the response structure will change which may break my code.
Is there a way that I can specify that I want to run with this postman version only which will make sure that the response structure would be intact?

Sample response for now:
{
“run”: {
“info”: {
“jobId”: “1ed34030-dc2f-4460-ac03-c83ed5c0xxxxx”,
“monitorId”: “1ed32bb9-1997-45a0-96ed-af5d1fbxxxxxx”,
“name”: “test”,
“collectionUid”: “23307656-a96b9abf-cd7b-4c25-9da4-5fed4xxxxxx”,
“status”: “error”,
“startedAt”: “2022-09-14T07:58:44.091Z”,
“finishedAt”: “2022-09-14T07:58:44.506Z”
},
“stats”: {
“assertions”: {
“total”: 1,
“failed”: 1
},
“requests”: {
“total”: 1,
“failed”: 1
}
},
“executions”: [{
“id”: 1,
… more