---
title: "Download Order Payload"
method: GET
path: "/orders/{orderId}/download"
tags: ["Orders"]
---

# Download Order Payload

`GET /orders/{orderId}/download`

Retrieve the order result as either a structured JSON payload or a PDF document. The JSON schema shown is the Enhanced Profile (the Company V2 company payload). Other products (e.g. Beneficial Ownership) return their own payload — documented in that product's reference — identified by an optional `_payloadType` field. 🚧 Structured payloads for products other than Enhanced Profile are in preview and not yet available in production.

## Query parameters

- `format` 'json' | 'pdf', required

## Response `200`

OK

- object — The structured payload for the ordered product. The exact schema depends on the product: an Enhanced Profile order returns the `EnhancedProfile` schema (see GET Enhanced Profile); a Beneficial Ownership order returns the `BOProfile` schema (see the Beneficial Ownership reference). Dispatch on the optional `_payloadType` field when present.
  - `_payloadType` string — Optional discriminator identifying the product payload (e.g. `EnhancedProfile_v2`, `BOProfile_v2`).

## 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)
