---
title: "List Bids"
method: GET
path: "/api/v2/load-offers/bids"
tags: ["Bids"]
---

# List Bids

`GET /api/v2/load-offers/bids`

## Query parameters

- `status` 'pending' | 'awarded' | 'accepted' | 'timed_out' | 'refused'

## Response `200`

Success

- object
  - `count` number — Number of objects found
  - `next` string, url — URL for next page of results
  - `previous` string, url — URL for previous page of results
  - `results` object[]
    - `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

- `400` — Invalid parameters
- `401` — Not authorized

---

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