Skip to main content
GET
List a carrier's roadside inspection records
Provisional endpoint
This endpoint is available for early access. The core schema is stable, but minor details — such as field names or added fields — may change before it becomes generally available. Backward compatibility is not guaranteed.

See API Stability & Versioning for details on provisional endpoints.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

dot_number
string
required

Query Parameters

registry
enum<string>
default:fmcsa

Registry/authority that maintains the carrier record.

Available options:
fmcsa
from_date
string<date> | null

Return only records on or after this date. Format: YYYY-MM-DD

to_date
string<date> | null

Return only records on or before this date. Format: YYYY-MM-DD

cursor
string | null

Cursor for the next page

size
integer
default:300

Page size

Required range: 1 <= x <= 1000

Response

Successful Response

items
SaferFleetInspectionRead · object[]
required
total
integer
required
Required range: x >= 0
current_page
string | null

Cursor to refetch the current page

current_page_backwards
string | null

Cursor to refetch the current page starting from the last item

previous_page
string | null

Cursor for the previous page

next_page
string | null

Cursor for the next page