---
title: "Index business hits"
method: GET
path: "/v1/businesses/{business_id}/hits"
tags: ["Business screener hits"]
---

# Index business hits

`GET /v1/businesses/{business_id}/hits`

Returns an array containing all screener hits for a business.

## Path parameters

- `business_id` string, required

## Response `200`

Successful result of the operation

- SolarisServerDecoratorsHit
  - `id` string — ID of the hit.
  - `status` string — Current status of the hit.
  - `check_phrase` string — check phrase submitted
  - `check_event` string — check initiating event
  - `similarity` number, float — match percentage to phrase
  - `first_name` string — first name of match
  - `last_name` string — last name of match
  - `threshold` number, float — threshold of match
  - `aliases_raw` string — match aliases
  - `alternative_spelling` string — match alternate spellings
  - `category` string — match category
  - `title` string — match title
  - `sub_category` string — match subtitle
  - `age` string — match age
  - `date_of_birth` string — YYYY/MM/DD
  - `place_of_birth` string — YYYY/MM/DD
  - `deceased_date` string — YYYY/MM/DD
  - `locations` string — associated location
  - `countries` string — associated countries
  - `companies` string — associated companies
  - `gender` string — gender
  - `further_information` string — further info
  - `keywords` string — keywords
  - `entered` string — date entered in World Checker
  - `updated` string — date updated in World Checker
  - `deleted` string — date deleted in World Checker
  - `passports` string — known passports
  - `position` string — currently held position
  - `remaining_data` string — miscellaneous data
  - `created_at` string, date — hit created at
  - `updated_at` string, date — hit updated at
  - `external_sources` string — list of all public sources used
  - `age_recorded_at` string — date when age was recorded
  - `worldcheck_id` string — id of worldcheck entry

## Other responses

- `400` — Invalid request.
- `403` — You are not authorized to perform this action.
- `404` — The resource could not be found.
- `500` — Internal server error.

---

[API](https://skmtc.net/solarisgroup/apis/customer-identification-kyc.md) · [All operations](https://skmtc.net/solarisgroup/apis/customer-identification-kyc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/customer-identification-kyc/revisions/c481fa2414f9/schema)
