---
title: "Get a list of process results"
method: GET
path: "/v2/individuals/{entityId}/results"
tags: ["Individual Results"]
---

# Get a list of process results

`GET /v2/individuals/{entityId}/results`

Get a list of process results for a given individual entity

## Path parameters

- `entityId` string, required

## Query parameters

- `profileName` string
- `createdAtBefore` string, date-time
- `createdAtAfter` string, date-time
- `updatedAtBefore` string, date-time
- `updatedAtAfter` string, date-time
- `stepNames` string[]
- `stepTypes` string[]
- `objectTypes` string[]
- `classes` string[]
- `systemStatuses` string[]
- `manualStatuses` string[] — List of manualStatus fields to filter results with Available values : UNKNOWN, FALSE_POSITIVE, TRUE_POSITIVE, TRUE_POSITIVE_REJECT, TRUE_POSITIVE_ACCEPT, PASS, FAIL
- `states` string[]
- `results` string[]
- `sortFields` string[]
- `sort` 'asc' | 'desc'
- `page` integer
- `limit` integer

## Headers

- `api_key` string, required
- `X-Frankie-CustomerID` string, required
- `X-Frankie-CustomerChildID` string
- `X-Frankie-Channel` string
- `X-Frankie-Username` string

## Response `200`

OK

- object
  - `meta` ListOperationMeta — Meta information about the request and response returned during a list operation.
    - `page` integer — The current page number of the request.
    - `total` integer — The total number of items found for the search criteria.
    - `limit` integer — The limit applied to this response.
    - `count` integer — The number of items returned in this response.
    - `sort` 'asc' | 'desc' — The sort order applied to the items in the response.
    - `sortFields` string[]
  - `requestId` string — The unique request identifier for the API call made.
  - `processResults` ProcessResultObject[] — unresolved $ref

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error
- `502` — Bad Gateway
- `503` — Service Unavailable

---

[API](https://skmtc.net/frankieone/apis/kyc-v2-api.md) · [All operations](https://skmtc.net/frankieone/apis/kyc-v2-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frankieone/kyc-v2-api/revisions/880b27506cbb/schema)
