Get a review case

Retrieves a single review case by its public ID. Required scope: cases:read.

Authentication

X-API-Keystring

Organization API key. Keys are prefixed with vk_live_ (production) or vk_sandbox_ (sandbox).

Path parameters

case_idstringRequired

Case public ID (e.g. rvc_xxx)

Response

Case details
idstring
Case public ID.
session_idstring
UUID of the associated session.
statusenum
created_atdatetime
decisionenumOptional
assigned_tostring or nullOptional
UUID of the assigned reviewer.
claimed_atdatetime or nullOptional
entered_review_atdatetime or nullOptional
decided_atdatetime or nullOptional

Errors

401
Unauthorized Error
404
Not Found Error