---
title: "Gets all tracking updates for a given load"
method: GET
path: "/api/v1/LocationStatuses/{loadId}"
tags: ["Shipper - Tracking APIs"]
---

# Gets all tracking updates for a given load

`GET /api/v1/LocationStatuses/{loadId}`

Allows Shippers to retrieve all location updates for a given load.

## Path parameters

- `loadId` integer, required — The requested load ID.

## Response `200`

The tracking updates were successfully retrieved

- CoyoteSystemsExternalApiContractsModelsTrackingLocationStatus[]
  - `loadId` integer — Load
  - `address` CoyoteSystemsExternalApiContractsModelsTrackingAddress — Address
    - `line1` string, nullable — Line1
    - `line2` string, nullable — Line2
    - `city` string, nullable — City
    - `postalCode` string, nullable — Postal Code
    - `state` string, nullable — State
    - `countryCode` string, nullable — Country Code
  - `geoCoordinates` CoyoteSystemsExternalApiContractsModelsTrackingGeoCoordinates — GeoCoordinates
    - `latitude` number, double — Latitude
    - `longitude` number, double — Longitude
  - `timestamp` string, date-time — Timestamp

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The tracking updates do not exist

---

[API](https://skmtc.dev/coyote/apis/coyotego-api.md) · [All operations](https://skmtc.dev/coyote/apis/coyotego-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coyote/coyotego-api/revisions/3229e1a057a2/schema)
