Skip to main content
GET
Get Review

Headers

authorization
string | null
X-Api-Key
string | null

Path Parameters

review_id
string<uuid>
required

Response

Successful Response

A review, as seen by the customer.

Returned by POST /reviews (201) and GET /reviews/{id}.

created_at
string<date-time>
required
review_id
string<uuid>
required

Flightline's identifier for this review.

review_type
string
required
status
enum<string>
required

Customer-facing review lifecycle.

A deliberately coarse projection of the internal CaseStatus. Internal states that are not meaningful to a customer (e.g. the admin-release gate pending_review, the publication-blocker state) collapse to processing so we never surface internal workflow detail or verdict-adjacent signal before the publication gate passes.

Available options:
queued,
awaiting_documents,
processing,
completed,
failed
updated_at
string<date-time>
required
document_count
integer
default:0

Number of documents ingested.

label
string | null
reference_id
string | null
report_available
boolean
default:false

True once the report is released and retrievable.

sandbox
boolean
default:false

True for sandbox (test-mode) reviews: canned results, no real analysis.