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

# Get AML Crypto check

> Retrieve a single AML Crypto check by id (organization-scoped).

## Endpoint

```
GET https://api.gu1.ai/api/aml-crypto/checks/{id}
```

## Path parameters

| Param | Description       |
| ----- | ----------------- |
| `id`  | UUID of the check |

Returns `404` with `AML_CRYPTO_CHECK_NOT_FOUND` if the check does not exist in the current organization.
