---
title: "Gets all load stop details"
method: GET
path: "/api/v1/Trackings/{loadId}/stopdetails"
tags: ["Shipper - Tracking APIs"]
---

# Gets all load stop details

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

Allows Shippers to retrieve all load stop details for a given load, including facility information, 
as well as appointments, and tracking milestones.

## Path parameters

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

## Response `200`

Successfully retrieved

- CoyoteSystemsExternalApiContractsModelsTrackingStopDetail — Stop Detail
  - `proNumber` string, nullable — ProNumber (LTL)
  - `loadStops` CoyoteSystemsExternalApiContractsModelsTrackingLoadStopProgress[], nullable — Load Stops
    - `milestone` CoyoteSystemsExternalApiContractsModelsTrackingMilestone — Milestone
      - `driverArrivalDateTimeUtc` string, date-time, nullable — Driver Arrival DateTime in Utc
      - `trailerArriveDateTimeUtc` string, date-time, nullable — Trailer Arrive DateTime in Utc
      - `trailerLoadedDateTimeUtc` string, date-time, nullable — Trailer Loaded DateTime in Utc
      - `trailerEmptyDateTimeUtc` string, date-time, nullable — Trailer Empty DateTime in Utc
      - `driverDepartureDateTimeUtc` string, date-time, nullable — Driver Departure DateTime in Utc
    - `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

## 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)
