Skip to main content
GET
Get one full review by opaque review id.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

review_id
string
required

Response

Successful Response

One review and its current decision.

id
string
required
workflow_id
string
required
workflow_version_id
string
required
run_id
string
required
block_id
string
required
step_id
string
required
block_type
enum<string>
required
Available options:
extract,
split,
classifier,
for_each
triggered_by
ReviewAlways · object
required

Gate every run.

created_at
string<date-time>
required

When the review was created.

parent_step_id
string | null
iteration_key
string | null
decision
Decision · object | null

The terminal decision recorded against one review version.