---
title: "GetTransactionAMLScreening"
method: GET
path: "/v2/vaults/{vault_id}/transactions/{transaction_id}/amlScreening"
tags: ["Transactions"]
---

# GetTransactionAMLScreening

`GET /v2/vaults/{vault_id}/transactions/{transaction_id}/amlScreening`

If the transaction was screened for AML, this endpoint will return the results. Relevant where screening is configured.

## Path parameters

- `vault_id` string, required
- `transaction_id` string, required

## Response `200`

A successful response.

- V2GetTransactionAMLScreeningResponse
  - `amlScreening` V2TransactionAMLScreening
    - `provider` 'CHAINALYSIS' | 'ELLIPTIC'
    - `rawResponses` string[]

---

[API](https://skmtc.dev/utila/apis/utila-api.md) · [All operations](https://skmtc.dev/utila/apis/utila-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/utila/utila-api/revisions/b4f35b3a1e96/schema)
