---
title: "Get Orders"
method: GET
path: "/orders"
tags: ["Orders Resource"]
---

# Get Orders

`GET /orders`

## Query parameters

- `ids` string
- `status` string
- `fields` string
- `sortBy` string
- `dateFrom` string
- `dateTo` string

## Response `200`

OK

- GetOrdersResultData
  - `orders` GetSingleOrderResultData[]
    - `id` string
    - `customerId` string
    - `status` string
    - `settlementCurrency` string
    - `createdOn` string
    - `lastUpdatedOn` string
    - `partnerReference` string
    - `errorCode` string

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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