> For the complete documentation index, see [llms.txt](https://doc.youverify.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.youverify.co/aml-services-anti-money-laundering/pep-and-sanction-screening/retrieve-a-pep-and-sanction-screening-search.md).

# Retrieve a PEP and Sanction Screening Search

This endpoint allows the user to retrieve an already verified PEP and Sanction List Search verifications.

## &#x20;Retrieve PEP and Sanction Screening Verification

<mark style="color:blue;">`GET`</mark> `{{baseurl}}/v2/api/verifications/aml-checks/:verificationId`

#### Headers

| Name                                    | Type   | Description      |
| --------------------------------------- | ------ | ---------------- |
| token<mark style="color:red;">\*</mark> | String | API secret token |

{% tabs %}
{% tab title="Found Response" %}

```json
{
    "success": true,
    "statusCode": 200,
    "message": "AML Check retrieved successfully!",
    "data": {
        "categoryCount": {
            "sanctions": 0,
            "pep": 1,
            "crime": 0,
            "debarment": 0,
            "financial_services": 0,
            "government": 0,
            "role": 0,
            "religion": 0,
            "military": 0,
            "frozen_asset": 0,
            "personOfInterest": 0
        },
        "status": "review_required",
        "parentId": null,
        "isSubjectConsent": true,
        "type": "all",
        "sanctions": [],
        "pep": [
            {
                "title": [
                    "MUHAMMED GUDAJI"
                ],
                "entityType": "Person",
                "datasets": [
                    "everypolitician",
                    "wikidata",
                    "wd_peps"
                ],
                "birthDate": [
                    "1972-01-01T00:00:00.000Z"
                ],
                "name": [
                    "Muhammed Gudaji",
                    "MUHAMMED GUDAJI"
                ],
                "position": [
                    "member of the House of Representatives of Nigeria (2019-)",
                    "member of the House of Representatives of Nigeria",
                    "House of Representatives (member, 2015-)"
                ],
                "topics": [
                    "role.pep"
                ],
                "nationality": [
                    "ng"
                ],
                "gender": [
                    "male"
                ],
                "alias": [
                    "Muhammed Kazaure Gudaji",
                    "Muhammad Aliyu Gudaji",
                    "MUHAMMED KAZAURE GUDAJI",
                    "Muhammed Gudaji",
                    "Muhammed Gudaji Kazaure"
                ],
                "keywords": [
                    "National government"
                ],
                "country": [
                    "ng"
                ],
                "notes": [
                    "Nigerian politician"
                ],
                "phone": [
                    "+2347037730852"
                ]
            }
        ],
        "crime": [],
        "debarment": [],
        "financial_services": [],
        "government": [],
        "role": [],
        "religion": [],
        "military": [],
        "frozen_asset": [],
        "personOfInterest": [],
        "totalEntity": 1,
        "queriedWith": "Identity Number",
        "query": "+2347037730852",
        "businessId": "628b38f03ae28a14f52d4bf7",
        "requestedAt": "2023-08-11T05:15:12.297Z",
        "requestedById": "628b38f03ae28a5a122d4bf3",
        "createdAt": "2023-08-11T05:15:12.483Z",
        "lastModifiedAt": "2023-08-11T05:15:12.483Z",
        "_createdAt": "2023-08-11T06:15:1212+01:00",
        "_lastModifiedAt": "2023-08-11T06:15:1212+01:00",
        "id": "64d5c3dfdf93fda73eeff33e",
        "requestedBy": {
            "firstName": "API",
            "lastName": "User",
            "middleName": "",
            "id": "628b38f03ae28a5a122d4bf3"
        }
    },
    "links": []
}
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doc.youverify.co/aml-services-anti-money-laundering/pep-and-sanction-screening/retrieve-a-pep-and-sanction-screening-search.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
