---
title: "Retrieve a trial policy"
method: GET
path: "/v3/trial-policies/{id}"
tags: ["TrialPolicies"]
---

# Retrieve a trial policy

`GET /v3/trial-policies/{id}`

Retrieves the details of an existing trial policy.

## Path parameters

- `id` string, required

## Response `200`

OK

- TrialPolicyDto
  - `id` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `name` string, required
  - `allowVmActivation` boolean, required
  - `allowContainerActivation` boolean, required
  - `userLocked` boolean, required
  - `disableGeoLocation` boolean, required
  - `allowedIpRange` string, nullable
  - `allowedIpRanges` string[], required
  - `allowedCountries` string[], required
  - `disallowedCountries` string[], required
  - `allowedIpAddresses` string[], required
  - `disallowedIpAddresses` string[], required
  - `trialLength` integer, required
  - `fingerprintMatchingStrategy` 'fuzzy' | 'exact' | 'loose', required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Server Error

---

[API](https://skmtc.net/cryptlex/apis/cryptlex-web-api.md) · [All operations](https://skmtc.net/cryptlex/apis/cryptlex-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptlex/cryptlex-web-api/versions/ec1259c12475/schema)
