Valara

Retrieve a review result

GET
/reviews/{id}/result

Returns the scored, citation-grounded result once the review is completed. The shape is a discriminated union on review_type (residential | commercial).

Authorization

apiKey reviews:read
AuthorizationBearer <token>

A Valara API key passed as Authorization: Bearer vlr_live_…. Scopes: reviews:read, reviews:write, reviews:delete.

In: header

Scope: reviews:read

Path Parameters

id*string

The review id (appraisal content hash).

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/reviews/string/result"
{  "review_type": "residential",  "risk_level": "CRITICAL",  "appraisal_quality_score": 0,  "confidence": {    "score": 0,    "factors": {      "data_quality": 0,      "citation_coverage": 0,      "reasoning_rigor": 0,      "internal_consistency": 0    },    "notes": [      "string"    ]  },  "recommendation": "ACCEPT",  "recommendation_reason": {    "statement": "string",    "citations": [],    "cited_spans": []  },  "critical_issues": [    {      "category": "CREDENTIALS",      "rule_id": "string",      "severity": "HIGH",      "reasoning": {        "observation": {          "statement": "string",          "citations": []        },        "interpretation": {          "statement": "string",          "citations": []        },        "conclusion": {          "statement": "string",          "citations": []        }      },      "references": [        {          "location": "string",          "page": 1,          "section": "string",          "citations": []        }      ],      "comp_references": [        1      ]    }  ],  "warnings": [    {      "category": "CREDENTIALS",      "rule_id": "string",      "reasoning": {        "observation": {          "statement": "string",          "citations": []        },        "interpretation": {          "statement": "string",          "citations": []        },        "conclusion": {          "statement": "string",          "citations": []        }      },      "references": [        {          "location": "string",          "page": 1,          "section": "string",          "citations": []        }      ],      "comp_references": [        1      ]    }  ],  "positive_findings": [    {      "statement": "string",      "citations": []    }  ],  "narrative_summary": {    "subject": {      "property_description": {        "statement": "string",        "citations": [],        "cited_spans": []      },      "area_location": {        "statement": "string",        "citations": [],        "cited_spans": []      },      "construction": {        "statement": "string",        "citations": [],        "cited_spans": []      },      "features": {        "statement": "string",        "citations": [],        "cited_spans": []      },      "condition_quality": {        "statement": "string",        "citations": [],        "cited_spans": []      },      "transaction_context": {        "statement": "string",        "citations": [],        "cited_spans": []      },      "prior_sales": {        "statement": "string",        "citations": [],        "cited_spans": []      },      "project_info": {        "statement": "string",        "citations": [],        "cited_spans": []      }    },    "value_support": {      "comparable_overview": {        "statement": "string",        "citations": [],        "cited_spans": []      },      "sale_date_range": {        "statement": "string",        "citations": [],        "cited_spans": []      },      "distance_range": {        "statement": "string",        "citations": [],        "cited_spans": []      },      "location_similarity": {        "statement": "string",        "citations": [],        "cited_spans": []      },      "gla_analysis": {        "statement": "string",        "citations": [],        "cited_spans": []      },      "other_adjustments": {        "statement": "string",        "citations": [],        "cited_spans": []      },      "adjustment_percentages": {        "statement": "string",        "citations": [],        "cited_spans": []      },      "adjusted_value_range": {        "statement": "string",        "citations": [],        "cited_spans": []      },      "bracketing": {        "statement": "string",        "citations": [],        "cited_spans": []      },      "price_per_unit": {        "statement": "string",        "citations": [],        "cited_spans": []      },      "value_conclusion": {        "statement": "string",        "citations": [],        "cited_spans": []      }    }  }}
{  "error": {    "type": "invalid_request",    "message": "string",    "param": "string",    "request_id": "string"  }}
{  "error": {    "type": "invalid_request",    "message": "string",    "param": "string",    "request_id": "string"  }}
{  "error": {    "type": "invalid_request",    "message": "string",    "param": "string",    "request_id": "string"  }}
{  "error": {    "type": "invalid_request",    "message": "string",    "param": "string",    "request_id": "string"  }}
{  "error": {    "type": "invalid_request",    "message": "string",    "param": "string",    "request_id": "string"  }}