> ## 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 Self-Certification Results

> Retrieve self-certification results for employments and accounts reviewed by the user

## Endpoint Overview

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

The endpoint retrieves self-certification results for employments and accounts that have been reviewed and certified by the user.

## Authentication

This endpoint requires API credentials:

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

## Parameters

### Path Parameters

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

## Response

The response contains certification results for:

* Employments that have been reviewed and certified
* Accounts that have been reviewed and certified

## Implementation Notes

* This is a read-only operation (GET request)
* Response includes only items explicitly certified by the user
* Requires a valid order ID in the path

## Related Operations

* [Create an order](/orders/orders-create)
* [Retrieve an order](/orders/orders-read)
* [Retrieve order events](/orders/orders-events)
* [Retrieve order invoice](/orders/orders-invoice)
* [Orders webhooks](/orders/orders-webhooks)
