API documentation | API docs for agents | OpenAPI 3.1
GET /api/v1/carriers/{carrierId}/fmcsa/crashes
ark.get_carrier_crashes
Returns FMCSA crash rows for a visible ARK carrier.
- Availability
- Core preview
- Scopes
carriers:read- ARK permissions
canViewCarriers- Team visibility
- Not entity-scoped
- Idempotency-Key
- Not required
- Approval
- No MCP approval on REST API-token calls
- Rate limit
- API credential and organization budgets
Parameters
carrierIdpathstringrequired- format: uuid
cursorquerystringlimitqueryinteger- default: 50; min: 1; max: 200
Request body
None.
Example request
Shell
curl 'https://arktms.com/api/v1/carriers/<carrierId>/fmcsa/crashes' \
-H "Authorization: Bearer $ARK_API_TOKEN"Success response
Carrier FMCSA crashes
objectstringrequiredone of: api_response
okbooleanrequiredone of: true
api_versionstringrequiredone of: 2026-05-31
request_idstringrequireddataobjectrequireddata.carrierIdstringrequiredformat: uuid
data.carrierNamestring | nullrequireddata.dotNumberintegerrequireddata.sourcestringrequiredone of: fmcsa
data.<key>anyErrors
HTTP 400- Invalid request
HTTP 401- Authentication required
HTTP 403- Permission, scope, team, or entitlement denied
HTTP 404- Resource not found
HTTP 409- Idempotency conflict or in-progress retry
HTTP 502- External provider or worker queue could not be reached