---
title: "Get Business Search Combinations"
method: GET
path: "/businesses/{id}/search_combinations"
tags: ["Business"]
---

# Get Business Search Combinations

`GET /businesses/{id}/search_combinations`

## Path parameters

- `id` string, uuid, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- V1ApplicationDetailCombinationsResponse[]
  - `created_at` string, date-time, required — The date and time when the search was created.
  - `name` string, required — The name inputted on the search.
  - `address` string, required — The address inputted on the search.
  - `tin` string, nullable — The TIN inputted on the search.
  - `officer_names` string[] — The officer names inputted on the search.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/baselayer/apis/baselayer-api-service.md) · [All operations](https://skmtc.net/baselayer/apis/baselayer-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baselayer/baselayer-api-service/revisions/0cc89938bc26/schema)
