> For the complete documentation index, see [llms.txt](https://api2-ekycapis.innov8tif.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api2-ekycapis.innov8tif.com/okaydb/okaydb-all/aml-monitor/get-individual-monitor-record-matches.md).

# Get Individual Monitor Record Matches

## Version 1

<mark style="color:yellow;">`GET`</mark>`https://okaydbdemo.innov8tif.com/ekyc/api/aml/v3/worklists/{worklistId} /individuals/{monitorRecordId}/matches?apiKey={apiKey}`

#### URL Parameters

| Field                                              | Remark                                                                     |
| -------------------------------------------------- | -------------------------------------------------------------------------- |
| worklistId <mark style="color:red;">\*</mark>      | The ID of the worklist where the individual record exists. Mandatory field |
| monitorRecordId <mark style="color:red;">\*</mark> | The ID of the individual monitor record to retrieve                        |
| apiKey <mark style="color:red;">\*</mark>          | apiKey is used for authentication.                                         |

#### Response Body

| Field       | Remark                                                                                                                                                                                                          |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| status      | Indicate API status. Values can be success, error.                                                                                                                                                              |
| messageCode | <p></p><p>Provide error details if status is error. Values can be: </p><ul><li>INVALID\_API\_KEY – invalid api key.</li><li>MAPI-001– Resource not found (workflowId or monitorRecordId is not found)</li></ul> |
| matches     | Optional                                                                                                                                                                                                        |

#### Sample Response Body

{% tabs %}
{% tab title="Success" %}

```json
{
    "status": "success",
    "messageCode": null,
    "message": null,
    "matches": [
        {
            "currentStatus": "open",
            "qrCode": 3919221,
            "version": 1625579536947,
            "resourceUri": "/individuals/9efdfed542c1cdd5256f9ec484db2a1a93e38e494d840ab9c663936537f84754",
            "resourceId": "9efdfed542c1cdd5256f9ec484db2a1a93e38e494d840ab9c663936537f84754",
            "score": 86,
            "match": "Ahmad Hassan Batal",
            "name": "Ahmad Hassan Batal",
            "addresses": [
                {
                    "geography": "SY",
                    "city": null
                },
                {
                    "geography": "SA",
                    "city": "Jeddah"
                }
            ],
            "datesOfBirth": [
                "1969"
            ],
            "gender": "male",
            "profileImage": "https://www.acurisriskintelligence.com/cdn/content/0020260000/0020255904.jpg",
            "datasets": [
                "PEP-CURRENT"
            ],
            "matchVersion": 10,
            "countries": [
                "SY",
                "SA"
            ],
            "pepTier": "PEP Tier 1",
            "lastReviewDateTimeISO": "2025-11-13T09:28:28.228Z",
            "lastReviewDescription": "Reopened by benjamin.zwahlen",
            "currentSanBodyIds": [],
            "formerSanBodyIds": []
        }
    ],
    "nextToken": null
}

```

{% 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:

```
GET https://api2-ekycapis.innov8tif.com/okaydb/okaydb-all/aml-monitor/get-individual-monitor-record-matches.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
