---
title: "Get booking request status"
method: GET
path: "/api/v1/Booking/{bookingRequestId}/status"
tags: ["Carrier - Booking APIs"]
---

# Get booking request status

`GET /api/v1/Booking/{bookingRequestId}/status`

Allows Carriers to retrieve the current booking status for a previously submitted booking request.

## Path parameters

- `bookingRequestId` string, nullable, required

## Response `200`

The booking request status successfully retrieved and returned

- CoyoteSystemsExternalApiContractsModelsBookingBookingRequestStatus — Booking request status response
  - `loadId` integer — Coyote Load Id
  - `carrierId` integer — Coyote Carrier Id
  - `status` 'InProgress' | 'Booked' | 'Failed' — Load booking status
  - `validationMessages` string[], nullable — Validation messages

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The booking request does not exist

---

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