---
title: "Get Single Order"
method: GET
path: "/orders/{orderId}"
tags: ["Orders"]
---

# Get Single Order

`GET /orders/{orderId}`

Retrieve a single order and retrieval details

## Response `200`

OK

- object
  - `orderId` number — The related orderId.
  - `correlationId` string — The related correlationId to this request, for support purposes.
  - `customerReference` string — A customer provided reference, which appears in the order list.
  - `timeStamp` string, date-time — The UTC time at which the request occurred.
  - `details` string — The response status details for the current request.
  - `cost` Cost — Cost of an item
    - `type` 'credit' | 'lite'
    - `value` number
  - `links` object
    - `self` string, uri-reference
  - `data` OrderDetails
    - `orderId` string
    - `orderDate` string, date-time
    - `customerReference` string — Optional reference supplied by user
    - `status` 'Success' | 'Pending' | 'Failed' — Status of order
    - `cost` Cost — Cost of an item
      - `type` 'credit' | 'lite'
      - `value` number
    - `user` string, uri-reference — URL reference to user who placed order
    - `productDetails` object — Product detail fields from the order.
      - `productName` string — The name of the ordered product
      - `productId` string — The unique identifier of the ordered product
      - `productCategory` string — The category of the ordered product
      - `productType` string — 🚧 Preview — planned, not yet available in production. Machine-readable payload type for products with a structured JSON payload. Matches the `_payloadType` discriminator family on `GET /v2/orders/{orderId}/download?format=json` (e.g. `BO_PROFILE`, `ENHANCED_PROFILE`). Absent for PDF-only products such as documents or filings.
      - `schemaVersion` string — 🚧 Preview — planned, not yet available in production. Schema version of the delivered structured JSON payload. Absent for PDF-only products. When the delivered version is in deprecation, the download response carries Sunset (RFC 8594) and Deprecation (RFC 9745) headers.
    - `companyDetails` object — The name of the company referred to in the order
      - `companyName` string — The number of the company referred to in the order
      - `companyNumber` string — The number of the company referred to in the order
      - `kyckrID` string — The Kyckr ID of the company referred to in the order
    - `links` object
      - `data` string, uri-reference — URL reference to structured data format
      - `document` string, uri-reference — URL reference to document format

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `410` — Error

---

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