---
title: "GET /v1/entity/{entityId}"
method: GET
path: "/v1/entity/{entityId}"
tags: ["Entities"]
---

# GET /v1/entity/{entityId}

`GET /v1/entity/{entityId}`

Get a cached entity by ID. Returns the most recent verification data for the entity. Entity IDs are returned by POST /v1/verify and POST /v1/search. No credits charged.

## Path parameters

- `entityId` string, required

## Response `200`

Default Response

- object
  - `id` string, required — The cached entity ID
  - `jurisdiction` string, required — Jurisdiction code, e.g. "us-fl" or "gb"
  - `jurisdiction_id` string, nullable, required — The entity identifier within its jurisdiction
  - `entity_name` string, required — The registered business name
  - `entity_type` 'llc' | 'corporation' | 'lp' | 'llp' | 'sole_proprietorship' | 'nonprofit' | 'general_partnership' | 'other', required — The entity type
  - `status` 'active' | 'inactive' | 'dissolved' | 'suspended' | 'revoked' | 'merged' | 'withdrawn' | 'unknown', required — The registration status
  - `good_standing` boolean, nullable, required — Whether the entity is in good standing (null if not determinable)
  - `formation_date` string, nullable, required — Formation/registration date, if available
  - `registered_agent` object, nullable, required — The registered agent, if available
    - `name` string, required
    - `address` object, nullable, required
      - `line1` string, required
      - `line2` string, nullable, required
      - `city` string, required
      - `state` string, nullable, required
      - `postal_code` string, nullable, required
      - `country` string, required
  - `officers` object[], required — Known officers/directors
    - `name` string, required
    - `title` string, required
    - `address` object, nullable, required
      - `line1` string, required
      - `line2` string, nullable, required
      - `city` string, required
      - `state` string, nullable, required
      - `postal_code` string, nullable, required
      - `country` string, required
  - `principal_address` object, nullable, required — Principal office address, if available
    - `line1` string, required
    - `line2` string, nullable, required
    - `city` string, required
    - `state` string, nullable, required
    - `postal_code` string, nullable, required
    - `country` string, required
  - `filing_history_summary` object[], required — Recent filing history
    - `date` string, required
    - `type` string, required
    - `description` string, nullable, required
  - `last_verified_at` string, nullable, required — ISO 8601 timestamp of the most recent verification, if any
  - `snapshots` number, required — Number of verification snapshots on record for this entity
  - `created_at` string, required — ISO 8601 timestamp of when the entity was first cached
  - `updated_at` string, required — ISO 8601 timestamp of the most recent update

## Other responses

- `404` — Default Response

---

[API](https://skmtc.net/bizverify/apis/bizverify-api.md) · [All operations](https://skmtc.net/bizverify/apis/bizverify-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bizverify/bizverify-api/versions/47b91ca07384/schema)
