---
title: "Get Latest AutoKYB Outcome"
method: GET
path: "/api/identity-service/v1/identities/{identityId}/auto-kyb/latest"
tags: ["Know Your Business (KYB)"]
---

# Get Latest AutoKYB Outcome

`GET /api/identity-service/v1/identities/{identityId}/auto-kyb/latest`

Return the most recent AutoKYB analyze outcome for an identity. Same access as GET /v1/identities/:identityId. 404 if the identity is inaccessible or no pass has been recorded.

## Path parameters

- `identityId` string, required

## Response `200`

200

- AutoKybLatestResponse
  - `status` 'running' | 'complete' | 'partial' | 'failed' | 'skipped', required — Status of the most recent AutoKYB analyze pass
  - `mode` 'prefill' | 'suggest', required — AutoKYB operating mode used for the pass
  - `requestId` string, required — Identifier of the AutoKYB analyze pass that produced this
  - `fields` AutoKybLatestField[] — Per-field outcomes: filled, suggested, needs review, missing
    - `key` string, required — Dotted path of the identity field, e.g. business.legalName
    - `proposedValue` object, nullable — Value AutoKYB proposed for the field
    - `currentValue` object, nullable — Value already present on the identity at analyze time
    - `source` object, nullable — Provenance of the proposed value, e.g. the source document
    - `confidence` number — Model confidence in the proposed value, between 0 and 1
    - `action` 'wrote' | 'suggested' | 'skipped_user_owned' | 'missing' | 'needs_review', required — Outcome recorded for a single field
  - `gaps` string[] — Field keys still missing after the pass
  - `updatedAt` string, date-time, required — When the outcome was last written, ISO 8601

## Other responses

- `401` — 401
- `404` — 404
- `500` — 500

## Changes

- **2026-09-05** `abacf80da2fd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/bitgo/apis/bitgo-api/changes/api/identity-service/v1/identities/:identityId/auto-kyb/latest/get.md)

---

[API](https://skmtc.dev/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.dev/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/bitgo/apis/bitgo-api/revisions/8cfb3dc6572e?raw)
