---
title: "List order"
method: GET
path: "/v1beta/mailcow/orders"
tags: ["MailcowOrder"]
---

# List order

`GET /v1beta/mailcow/orders`

## Query parameters

- `limit` integer
- `offset` integer
- `order_by.id` string
- `order_by.created_at` string
- `order_by.expired_at` string
- `order_by.mailbox_status` string
- `status` string[]
- `domain.name` string
- `domain.extension` string
- `mailbox` string
- `mailbox_status` string[]

## Response `200`

A successful response.

- OrderListOrderResponse
  - `code` integer
  - `data` OrderListOrderResponseData
    - `results` OrderMailCowOrder[]
      - `created_at` string
      - `domain` OrderDomain
        - `extension` string
        - `name` string
      - `expired_at` string
      - `id` integer
      - `mailbox` string
      - `mailbox_status` string
      - `owner_handle` string
      - `quota` number, double
      - `quota_used` number, double
      - `renew_at` string
      - `status` string
      - `subscription_period` integer
    - `total` integer
  - `desc` string
  - `maintenance` boolean
  - `warnings` ErrorWarning[]
    - `code` integer
    - `data` string
    - `desc` string

## Other responses

- `default` — (empty)

---

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