Get failed carrier verifications for a load

Return every *failed* ``carrier_verifications`` row whose carrier has reached out to this load (via the same outreach hop the Failed Verifications loads-tab filter uses), newest first, hydrated with the carrier. PASSED rows are filtered out — the panel surfaces only compliance failures. **Authentication:** Supports API key and bearer token authentication.

Authentication

AuthorizationBearer

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

Path parameters

load_idstringRequiredformat: "uuid"

Headers

X-Organization-IDstring or nullOptional

Response

Successful Response
idstringformat: "uuid"
sourceenum
created_atdatetime
carrier_idstringformat: "^car_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
statusenum or null
reasonslist of strings
error_stagestring or null
error_messagestring or null
carrierobject or null

v1 carrier response - wraps domain CarrierModel with prefixed IDs.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error