---
title: "List orders"
method: GET
path: "/v1beta/ssl/orders"
tags: ["Order"]
---

# List orders

`GET /v1beta/ssl/orders`

## Query parameters

- `limit` integer
- `offset` integer
- `order_by.common_name` string
- `order_by.order_date` string
- `order_by.active_date` string
- `order_by.expiration_date` string
- `order_by.status` string
- `order_by.product_name` string
- `common_name_pattern` string
- `status` string[]
- `contact_handle` string
- `show_expiring` boolean

## Response `200`

A successful response.

- OrderListOrdersResponse
  - `code` integer
  - `data` OrderListOrdersResponseData
    - `results` OrderSslOrder[]
      - `active_date` string
      - `additional_data` OrderSslOrderAdditionalData[]
        - `dns` string
        - `dns_record` string
        - `dns_value` string
        - `domain` string
        - `file_content` string
        - `file_contents` string
        - `file_location` string
        - `file_name` string
        - `md5` string
        - `old_cert_format` string[]
        - `sha1` string
        - `sha256` string
        - `token` string
        - `url` string
      - `administrative_handle` string
      - `autorenew` string
      - `billing_handle` string
      - `brand_name` string
      - `certificate` string
      - `common_name` string
      - `csr` string
      - `domain_validation_methods` OrderSslOrderDomainValidationMethods[]
        - `host_name` string
        - `method` string
      - `domain_validation_statuses` OrderSslOrderDomainValidationStatuses
        - `ca_operation` string
        - `ca_order_status` string
        - `ca_status` string
        - `status` string
      - `email_approver` string
      - `email_reissue` string
      - `expiration_date` string
      - `features` string
      - `host_names` string[]
      - `id` integer
      - `intermediate_certificate` string
      - `options` OrderSslOrderOptions
        - `features` string
      - `order_date` string
      - `order_ends_at` string
      - `organization_handle` string
      - `period` integer
      - `product_id` integer
      - `product_name` string
      - `reissue_at` string
      - `root_certificate` string
      - `software` string
      - `sslinhva_order_id` string
      - `status` string
      - `technical_handle` string
      - `validation_method` string
      - `vendor_order_id` string
      - `vendor_reference_id` string
    - `total` integer
  - `desc` string
  - `maintenance` boolean
  - `warnings` ErrorWarning[]
    - `code` integer
    - `data` string
    - `desc` string

## Other responses

- `default` — (empty)

---

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