List a carrier's lane preferences
Return every CarrierLanePreferenceH3 row for the given carrier, joined with its Lane row so origin/destination city+state come back inline. Filter with `is_active=false` to pull only disabled lanes (the re-enable surface on the carrier detail page). Admin-only — the response is what the PATCH toggle endpoint modifies, so viewing is gated the same way as editing.
**Authentication:** Bearer token required.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
carrier_id
Headers
X-Organization-ID
Query parameters
is_active
Filter by is_active (omit for all)
limit
Max rows returned (1..2000, default 500)
Response
Successful Response
id
carrier_id
lane_id
is_active
preference_type
updated_at
origin_city
origin_state
destination_city
destination_state
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
429
Too Many Requests Error

