---
title: "Get order details"
method: GET
path: "/v1/orders/{orderId}"
tags: ["Orders"]
---

# Get order details

`GET /v1/orders/{orderId}`

Retrieve details for a specific order

## Path parameters

- `orderId` string, required

## Response `200`

Default Response

- object
  - `orderId` string
  - `orderNumber` string
  - `status` string

## Other responses

- `404` — Default Response

---

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