---
title: "List KYC Evaluations"
method: GET
path: "/apply/kyc"
tags: ["KYC"]
---

# List KYC Evaluations

`GET /apply/kyc`

## Query parameters

- `apply_type` string
- `kyc_product_id` string
- `object_id` string
- `object_type` string
- `page_cursor` string
- `page_size` integer
- `from_date` string
- `to_date` string

## Response `200`

A dictionary with a `data` property that contains a list of up to `page_size` kyc elements, starting after the kyc described by `page_cursor`. If no more kycs are available, the resulting list will be empty.

- object
  - `data` object[]
    - `alloy` object — Object containing a summary of the Alloy KYC evaluation (if enabled)
    - `alloy_full` object — Object containing the full response from Alloy (if enabled)
    - `apply_type` string — Type of KYC waterfall. One of: `personal`, `business`. Filterable.
    - `id` string — Unique identifier for object
    - `kyc_product_id` string — ID of the KYC product used to evaluate the object. Optional — if omitted, the system will use the organization's default KYC product for the given object_type. Returns 404 if no default product is configured for the org. Filterable.
    - `middesk` object — Object containing a summary of the Middesk KYC evaluation (if enabled)
    - `middesk_full` object — Object containing the full response from Middesk (if enabled)
    - `object_id` string — ID of the object (a person application or business application) for the KYC evaluation. Filterable.
    - `object_type` string — One of: `person`, `business`. Filterable.
    - `provider` string — Name of the KYC provider
    - `provider_full` object — Object containing the full KYC provider's response (if enabled)
    - `provider_result` object — Object containing a summary of the KYC provider's evaluation (if enabled)
      - `outcome` string — Outcome of the evaluation. One of: `ok`, `error`, `pending`

---

[API](https://skmtc.net/treasuryprime/apis/account.md) · [All operations](https://skmtc.net/treasuryprime/apis/account/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasuryprime/account/revisions/95a3c69c14e8/schema)
