---
title: "Gets load tracking summary"
method: GET
path: "/api/v1/Trackings/{loadId}/summaries"
tags: ["Shipper - Tracking APIs"]
---

# Gets load tracking summary

`GET /api/v1/Trackings/{loadId}/summaries`

Allows Shippers to retrieve a tracking summary view for a given load, including the latest location update, 
next stop details, and estimated arrival.

## Path parameters

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

## Response `200`

Successfully retrieved

- CoyoteSystemsExternalApiContractsModelsTrackingSummary — Summary
  - `proNumber` string, nullable — ProNumber (LTL)
  - `latestLocationStatus` CoyoteSystemsExternalApiContractsModelsTrackingLocation — Location
    - `address` CoyoteSystemsExternalApiContractsModelsTrackingTrackingAddress — Address
      - `line1` string, nullable — Line 1
      - `line2` string, nullable — Line 2
      - `line3` string, nullable — Line 3
      - `postalCode` string, nullable — Postal Code
      - `cityName` string, nullable — City Name
      - `stateProvinceCode` string, nullable — State or Province Code
      - `countryCode` string, nullable — Country Code
    - `timestampUtc` string, date-time, nullable — Timestamp in Utc
    - `geoCoordinates` CoyoteSystemsExternalApiContractsModelsTrackingGeoCoordinates — GeoCoordinates
      - `latitude` number, double — Latitude
      - `longitude` number, double — Longitude
  - `nextStop` CoyoteSystemsExternalApiContractsModelsTrackingLoadStop — Load Stop
    - `sequence` integer — Sequence
    - `stopType` 'None' | 'Pickup' | 'Delivery' | 'ContainerDepotOrigin' | 'ContainerDepotTermination' | 'OriginRamp' | 'DestinationRamp' | 'OriginPort' | 'DestinationPort' | 'OriginAirport' | 'DestinationAirport' | 'CrossDock' — Stop Types
    - `facility` CoyoteSystemsExternalApiContractsModelsTrackingFacility — Facility
      - `name` string, nullable — Name
      - `address` CoyoteSystemsExternalApiContractsModelsTrackingTrackingAddress — Address
        - `line1` string, nullable — Line 1
        - `line2` string, nullable — Line 2
        - `line3` string, nullable — Line 3
        - `postalCode` string, nullable — Postal Code
        - `cityName` string, nullable — City Name
        - `stateProvinceCode` string, nullable — State or Province Code
        - `countryCode` string, nullable — Country Code
      - `geoCoordinates` CoyoteSystemsExternalApiContractsModelsTrackingGeoCoordinates — GeoCoordinates
        - `latitude` number, double — Latitude
        - `longitude` number, double — Longitude
    - `appointment` CoyoteSystemsExternalApiContractsModelsTrackingAppointment — Appointment
      - `facilityOpenDateTimeUtc` string, date-time, nullable — Facility Open DateTime in Utc
      - `facilityCloseDateTimeUtc` string, date-time, nullable — Facility Close DateTime in Utc
      - `appointmentStartDateTimeUtc` string, date-time, nullable — Appointment Start DateTime in Utc
      - `appointmentEndDateTimeUtc` string, date-time, nullable — Appointment End DateTime in Utc
  - `estimatedArrivalDateTimeUtc` string, date-time, nullable — ETA DateTime in Utc
  - `nextStopDistance` CoyoteSystemsExternalApiContractsModelsTrackingDistance — Distance to Next Stop
    - `value` number, double — Value
    - `unit` 'Miles' | 'Kilometers' — Distance Unit

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `503` — Temporarily unavailable

---

[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/68fb8e19bda2/schema)
