---
title: "Get carrier trailer fleet"
method: GET
path: "/v1/carriers/{dot_number}/trailers"
---

# Get carrier trailer fleet

`GET /v1/carriers/{dot_number}/trailers`

Returns the carrier's registered trailer fleet. Includes VIN, manufacturer, type, and reefer status.

## Path parameters

- `dot_number` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Paginated trailer fleet

- TrailersResponse
  - `dot_number` string
  - `total_trailers` integer
  - `trailers` Trailer[]
    - `vin` string
    - `dot_number` string
    - `manufacturer` string
    - `model_year` integer
    - `trailer_type` string
    - `reefer` boolean
    - `license_plate` string
  - `limit` integer
  - `offset` integer
  - `total_results` integer

## Other responses

- `401` — Invalid or missing API key
- `404` — Carrier does not exist
- `429` — Too many requests. Check X-RateLimit-Remaining and Retry-After headers.

---

[API](https://skmtc.net/runalphaloops/apis/alphaloops-fmcsa-carrier-data-api.md) · [All operations](https://skmtc.net/runalphaloops/apis/alphaloops-fmcsa-carrier-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/runalphaloops/alphaloops-fmcsa-carrier-data-api/versions/dcfdb73e5778/schema)
