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

# Gets the latest tracking update for a given load

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

Allows Shippers to retrieve the most recent location updates for a given load.

## Path parameters

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

## Response `200`

The tracking update was successfully retrieved

- CoyoteSystemsExternalApiContractsModelsTrackingLocationStatus — Location Status
  - `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 update does 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)
