Stream review progress (SSE)
Server-Sent Events stream of review progress — the preferred alternative to polling GET /api/v1/reviews/{id}. Available only while the review is processing; the stream closes when the review reaches a terminal state. Pass start_index to resume from an event offset after a dropped connection.
Authorization
apiKey reviews:readAuthorizationBearer <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).
Query Parameters
start_index?integer
Resume from this event offset after a reconnect.
Range
0 <= valueResponse Body
text/event-stream
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/reviews/string/events""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" }}{ "error": { "type": "invalid_request", "message": "string", "param": "string", "request_id": "string" }}