---
title: "Retrieve Multiple Order Statuses"
method: POST
path: "/api/v2/"
---

# Retrieve Multiple Order Statuses

`POST /api/v2/`

Retrieve the status and related details for multiple orders for the authenticated user using the provided order IDs.

## Request body

- object
  - `key` string, required — The `API key` to fetch the order status
  - `action` string, required — Action to be performed, set to `status`
  - `orders` string, required — `Order IDs` separated by a comma, up to 100 IDs

## Response `200`

OK

- object

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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