---
title: "List all bulk waybills"
method: GET
path: "/waybills"
tags: ["Bulk waybills"]
---

# List all bulk waybills

`GET /waybills`

Returns a list of bulk waybills (excluding Base64 PDF).

## Query parameters

- `id` integer
- `reference` string
- `carrier_code` 'bring' | 'pdk'
- `status` 'open' | 'closed'
- `per_page` integer
- `page` integer

## Response `200`

Successful.

- WaybillNoBase64[]
  - `id` integer
  - `reference` string
  - `carrier_code` string
  - `created_at` string, date-time
  - `sender` object
    - `name` string
    - `address1` string
    - `address2` string — Second address line can be used for floor/room number, building name etc.
    - `zipcode` string
    - `city` string
    - `country_code` string
  - `receiver` object
    - `name` string
    - `address1` string
    - `address2` string — Second address line can be used for floor/room number, building name etc.
    - `zipcode` string
    - `city` string
    - `country_code` string
  - `loading` object
    - `name` string
    - `address1` string
    - `address2` string — Second address line can be used for floor/room number, building name etc.
    - `zipcode` string
    - `city` string
    - `country_code` string
    - `date` string, date-time
  - `delivery` object
    - `name` string
    - `address1` string
    - `address2` string — Second address line can be used for floor/room number, building name etc.
    - `zipcode` string
    - `city` string
    - `country_code` string
  - `shipment` object
    - `id` integer

## Other responses

- `401` — Unauthorized.

---

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