---
title: "GET /list-orders"
method: GET
path: "/list-orders"
---

# GET /list-orders

`GET /list-orders`

Lists the Outpost orders for your Amazon Web Services account.

## Query parameters

- `OutpostIdentifierFilter` string
- `NextToken` string — The pagination token.
- `MaxResults` integer — The maximum page size.

## Response `200`

Success

- ListOrdersOutput
  - `Orders` OrderSummary[] — Information about the orders.
    - `OutpostId` string — The ID of the Outpost.
    - `OrderId` string — The ID of the order.
    - `OrderType` 'OUTPOST' | 'REPLACEMENT' — The type of order.
    - `Status` 'RECEIVED' | 'PENDING' | 'PROCESSING' | 'INSTALLING' | 'FULFILLED' | 'CANCELLED' | 'PREPARING' | 'IN_PROGRESS' | 'COMPLETED' | 'ERROR' — <p>The status of the order.</p> <ul> <li> <p> <code>PREPARING</code> - Order is received and is being prepared.</p> </li> <li> <p> <code>IN_PROGRESS</code> - Order is either being built, shipped, or installed. For more information, see the <code>LineItem</code> status.</p> </li> <li> <p> <code>COMPLETED</code> - Order is complete.</p> </li> <li> <p> <code>CANCELLED</code> - Order is cancelled.</p> </li> <li> <p> <code>ERROR</code> - Customer should contact support.</p> </li> </ul> <note> <p>The following statuses are deprecated: <code>RECEIVED</code>, <code>PENDING</code>, <code>PROCESSING</code>, <code>INSTALLING</code>, and <code>FULFILLED</code>. </p> </note>
    - `LineItemCountsByStatus` object — The status of all line items in the order.
    - `OrderSubmissionDate` string, date-time — The submission date for the order.
    - `OrderFulfilledDate` string, date-time — The fulfilment date for the order.
  - `NextToken` string — The pagination token.

## Other responses

- `480` — ValidationException
- `481` — NotFoundException
- `482` — AccessDeniedException
- `483` — InternalServerException

---

[API](https://skmtc.net/aws/apis/outposts.md) · [All operations](https://skmtc.net/aws/apis/outposts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/outposts/versions/0530143dffc3/schema)
