---
title: "List screening records that are monitored"
method: POST
path: "/list-screening-monitoring-records"
---

# List screening records that are monitored

`POST /list-screening-monitoring-records`

Retrieves a list of individuals currently being monitored for screening. This includes basic metadata like name, ID, and optionally the last updated date.

**Parameters:**

-   `companyKey` _(string, required)_ - The company's secret key.
-   `start` _(integer, optional)_ – The number of items to skip from the beginning of the results.
-   `limit` _(integer, optional)_ – The maximum number of records to return.
-   `date` _(string, optional, ISO 8601 format)_ – Filters records after a specific date. If no date is provided, the entire list will be returned.

## Request body

- ListScreeningMonitoringRecords
  - `companyKey` string
  - `start` number
  - `limit` number

## Response `200`

Success

- ListScreeningMonitoringRecordsResponse
  - `result` object
    - `start` number
    - `limit` number
    - `total` number
    - `data` object[]
      - `fullName` string
      - `id` string

---

[API](https://skmtc.net/identomat/apis/generated-api.md) · [All operations](https://skmtc.net/identomat/apis/generated-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/identomat/generated-api/revisions/cda4b2b11372/schema)
