---
title: "Get details for a specific load"
method: GET
path: "/loadmanagement/v2/load/{LoadGuid}"
tags: ["Manage your loads"]
---

# Get details for a specific load

`GET /loadmanagement/v2/load/{LoadGuid}`

## Path parameters

- `LoadGuid` string, required

## Headers

- `Content-Type` string

## Response `200`

Successful response

- Load
  - `loadId` string
  - `legacyLoadId` string
  - `postasuserID` string — (Optional — not recommended) Unique GUID of the user you wish to post the load as, if different from the authenticated user. For security reasons, we recommend that each user authenticate individually rather than posting on another user's behalf. Please note: • Loads posted using PostAs cannot be filtered by PostAs within Truckstop.com. • Your integration should always be treated as the source of truth for your loads. Leave blank to omit this field.
  - `postAsUser` object
    - `id` string
    - `firstName` string
    - `lastName` string
    - `email` string
    - `phone` string
    - `userName` string
  - `createdBy` string
  - `updatedBy` string
  - `createdDateTime` string
  - `updatedDateTime` string
  - `loadState` object
    - `loadStateDescription` string
    - `loadStateId` number
  - `loadStateReason` object
    - `loadStateReasonDescription` string
    - `loadStateReasonId` number
  - `tenderId` number
  - `carrierName` string
  - `loadActivity` object
    - `id` string
    - `createdDate` string
    - `loadState` LoadState
      - `loadStateDescription` string
      - `loadStateId` number
    - `loadStateReason` LoadStateReason
      - `loadStateReasonDescription` string
      - `loadStateReasonId` number
    - `comment` string
  - `equipmentAttributes` EquipmentAttributes
    - `equipmentTypeId` number — (Required) Integer Identifer of the equipment type required for this load.
    - `equipmentOptions` number[]
    - `transportationModeId` number — (Required) Integer identifer of the transportation mode (Full, partial, etc)
    - `otherEquipmentNeeds` string — (Optional) Text field (128 char) of any other equipment needs.
  - `commodityId` number — (Optional) Integer ID of the commodity for this load Commodities List
  - `loadStops` LoadStop[] — (Required -- Min 2, max 20) Array of LoadStop objects
    - `id` string
    - `type` number
    - `sequence` number
    - `earlyDateTime` string
    - `lateDateTime` string
    - `location` Location
      - `Address` string
      - `City` string
      - `StateCode` string
      - `ZipCode` string
      - `Latitude` number
      - `Longitude` number
    - `contactName` string
    - `contactPhone` string
    - `stopNotes` string
    - `referenceNumbers` string[]
  - `note` string — Any publically visible loads notes (0-4000 characters)
  - `freightClassId` number
  - `loadNumber` string — Broker specific load identifer
  - `loadTrackingRequired` boolean — Only used for BIN loads, should be false for standard loads
  - `integratorLoadUrl` string, nullable — Integrator load URL
  - `rateAttributes` RateAttributes — Posted All In Rate is for standard loads Tender All In Rate is for BIN loads
    - `postedAllInRate` Rate
      - `amount` number
      - `currencyCode` string
    - `tenderAllInRate` Rate
      - `amount` number
      - `currencyCode` string
  - `customData` object[]
    - `key` string
    - `value` string
  - `distance` number
  - `Dimensional` Dimensional
    - `length` number
    - `width` number
    - `height` number
    - `weight` number
    - `palletCount` number
    - `pieceCount` number
    - `cube` number
  - `LoadActionAttributes` object — 4 - PostOnly is for standard loads 1 - PostOnlineTender is for BIN loads
    - `loadActionId` string
    - `loadActionOption` string
  - `LoadLabel` string
  - `tenderNotes` string — These notes are not displayed until the load is booked
  - `loadReferenceNumbers` string[]
  - `termsAndConditions` object
    - `id` string
    - `name` string
  - `carrierTenderGroupIds` number[]
  - `isPrivate` boolean — Indicates whether the load is private. When true, the load is visible only to your private carrier network. Optionally, provide leadTimeHours to control how many hours before the earliest pickup time a private load transitions to public.
  - `leadTimeHours` number, nullable — Number of hours before early pickup that private load transitions to public.
  - `waterfallID` string, uuid, nullable — (Optional) Allows brokers to post a private load associated with a waterfall. What is a waterfall? [More info here](https://developer.truckstop.com/update/reference/waterfallid#/versions). Providing a waterfallID will automatically set isPrivate to true. If omitted, the load behaves normally.
  - `carrierListIds` string[], nullable — List of carrier list IDs (each must be a UUID).
  - `boostedFrom` string, date-time, nullable — UTC timestamp when the current or most recent load boost started.
  - `boostedTo` string, date-time, nullable — UTC timestamp when the current or most recent load boost ends or ended.

---

[API](https://skmtc.net/truckstop/apis/authentication.md) · [All operations](https://skmtc.net/truckstop/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truckstop/authentication/revisions/da4fa196575d/schema)
