---
title: "Get load build status"
method: GET
path: "/api/v1/Loads/{loadRequestId}/buildstatus"
tags: ["Shipper - Shipment APIs"]
---

# Get load build status

`GET /api/v1/Loads/{loadRequestId}/buildstatus`

Allows Shippers to retrieve the current load build status for a previously submitted request.

## Path parameters

- `loadRequestId` string, nullable, required

## Response `200`

The load build status was successfully retrieved

- CoyoteSystemsExternalApiContractsModelsLoadBuildingLoadRequestStatus — Load status response
  - `loadId` integer — Coyote Load Id
  - `status` 'InProgress' | 'Completed' | 'Failed' — Load build status
  - `message` string, nullable — Success/Failure message
  - `trackingUri` string, nullable — Tracking Uri

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/coyote/apis/coyotego-api.md) · [All operations](https://skmtc.net/coyote/apis/coyotego-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coyote/coyotego-api/versions/1d3005ca5ad5/schema)
