Skip to main content
GET
Get the vehicle inspection report

Authorizations

Authorization
string
header
required

OAuth 2.0 client credentials.

Headers

X-Request-Id
string

A caller-supplied request identifier for support.

Required string length: 1 - 255

Path Parameters

order_id
string
required

The order identifier. Stable Bahn order identifier used in every order resource path.

Pattern: ^ord_[a-z0-9]+$

Response

The inspection state and report.

Structured full-inspection result for the primary vehicle.

order_id
string
required

Order that requested the inspection.

Pattern: ^ord_[a-z0-9]+$
item_id
string | null
required

The primary order item. This value is null when the order needs no report.

Pattern: ^item_[a-z0-9]+_(primary|trade_in)$
status
enum<string>
required

Current availability of the full inspection report.

Available options:
not_required,
pending,
available
inspected_at
string<date-time> | null
required

Time when the full inspection was completed, or null before completion.

overall_findings
string | null
required

Overall inspector summary, or null when none was recorded.

items
object[]
required

Category-level inspection results. Empty until the report is available.