> ## Documentation Index
> Fetch the complete documentation index at: https://sdk.transcrypts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve an Order

> Retrieve order details from the Transcrypts system

## Endpoint Overview

**GET** `https://prod.transcrypts.com/v1/orders/{id}/`

This endpoint retrieves order details from the Transcrypts API system.

## Authentication

The endpoint requires API credentials passed via headers:

* **ClientID** (Header)
* **AccessKey** (Header)

## Parameters

### Path Parameters

| Parameter | Type   | Description                                    |
| --------- | ------ | ---------------------------------------------- |
| `id`      | string | **Required.** The order identifier to retrieve |

## Response

The endpoint returns order information in JSON format.

## Related Operations

* [Create an order](/orders/orders-create)
* [Get list of orders by SSN](/orders/orders-list-lookup)
* [Create a data refresh order](/orders/orders-refresh)
* [Update an order](/orders/orders-update)
* [Cancel an order](/orders/orders-cancel)
* [Add new employer to existing order](/orders/orders-add-employer)
* [Retrieve order invoice](/orders/orders-invoice)
* [Retrieve order events](/orders/orders-events)
* [Retrieve self-certification results](/orders/orders-certifications)
