---
title: "List all manifests"
method: GET
path: "/manifests"
tags: ["Manifests"]
---

# List all manifests

`GET /manifests`

Returns a list of all manifest objects.

## Query parameters

- `page` integer
- `results` integer

## Headers

- `SHIPPO-API-VERSION` string

## Response `200`

Paginated list of manifests

- ManifestPaginatedList
  - `next` string
  - `previous` string
  - `results` Manifest[]
    - `carrier_account` string, required — ID of carrier account
    - `shipment_date` string, required — All shipments to be submitted on this day will be closed out. Must be in the format `2014-01-18T00:35:03.463Z` (ISO 8601 date).
    - `transactions` string[] — IDs transactions to use. If you set this to null or not send this parameter, Shippo will automatically assign all applicable transactions.
    - `address_from` string, required — ID of the Address object that should be used as pickup address for the scan form. The USPS will validate this address before creating the scan form.
    - `documents` string[], required — An array containing the URLs to all returned manifest documents.
    - `errors` string[] — An array of codes and messages describing the error that occurred if any.
    - `object_created` string, date-time, required — Date and time of object creation.
    - `object_id` string, required — Unique identifier of the given object.
    - `object_owner` string, required — Username of the user who created the object.
    - `object_updated` string, date-time, required — Date and time of last object update.
    - `status` 'QUEUED' | 'SUCCESS' | 'ERROR', required — Indicates the status of the manifest.

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/goshippo/apis/shippo-external-api.md) · [All operations](https://skmtc.net/goshippo/apis/shippo-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goshippo/shippo-external-api/revisions/13280a44853c/schema)
