---
title: "Retrieve Bid"
method: GET
path: "/api/v2/load-offers/bids/{bid_id}"
tags: ["Bids"]
---

# Retrieve Bid

`GET /api/v2/load-offers/bids/{bid_id}`

## Path parameters

- `bid_id` string, uuid, required — Bid unique identifier (UUID)

## Response `200`

Success

- object — The bid properties
  - `id` string, uuid — Bid unique identifier (UUID)
  - `offer_id` string, uuid — Offer unique identifier (UUID)
  - `price` string, uuid — Bid price (USD).
  - `created_at` string, date-time — Bid creation datetime
  - `expires_at` string, date-time — The bid expiration datetime
  - `expired_at` string, date-time — The bid datetime that bid was expirated
  - `status` 'pending' | 'awarded' | 'accepted' | 'timed_out' | 'refused' — Bit status.

## Other responses

- `401` — Not authorized
- `403` — Bid is not linked to external outlet
- `404` — Offer doesn't exists

---

[API](https://skmtc.dev/loadsmart/apis/loadsmart-api.md) · [All operations](https://skmtc.dev/loadsmart/apis/loadsmart-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/loadsmart/loadsmart-api/revisions/6021c5806fe9/schema)
