---
title: "Get Industry Lookup History"
method: GET
path: "/api/v1/history/industry/{request_id}"
tags: ["Industry Discovery History"]
---

# Get Industry Lookup History

`GET /api/v1/history/industry/{request_id}`

## Path parameters

- `request_id` string, uuid, required

## Response `200`

OK

- IndustryLookup
  - `id` string, uuid, required
  - `created_at` string, date-time, required
  - `status` 'PROCESSING' | 'FINISHED' | 'ERROR' | 'QUEUED', nullable
  - `search_term` string, nullable
  - `search_query` CreateSearchInputExtended — Extends CreateSearchInput to allow optional business name for lookup.
    - `submitted_business_name` string, nullable
    - `submitted_website` string, nullable — The website of the business to search for. **Required unless you provide `submitted_business_name` together with an address.**
    - `city` string, nullable — The city where the business is located.
    - `state_province` string, nullable — The state or province where the business is located.
    - `postal_code` string, nullable — The postal code of the business location.
    - `country` string, nullable — The country where the business is located. **At least one address field is required when identifying the business by name instead of website.**
    - `external_tracking_ref` string, nullable
  - `response_code` integer, required
  - `response_data` BusinessSearchResultExtended — Extends BusinessSearchResult to allow optional business_name and business_description for lookup.
    - `business_name` string, nullable
    - `business_description` string, nullable
    - `business_address` unknown
    - `website` string, nullable — The website of the business.
    - `primary_mcc` MCC
      - `code` string, required — The Merchant Category Code.
      - `description` string, required — The description of the Merchant Category.
    - `additional_mccs` MCC[], nullable
      - `code` string, required — The Merchant Category Code.
      - `description` string, required — The description of the Merchant Category.

## Other responses

- `202` — Accepted
- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

## Changes

- **2026-09-21** `fd8c32a19c7f` — 8 breaking, 26 warning, 12 info
  - response property `search_term` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `search_term` list-of-types was widened by adding types `null` to media type `application/json` of response `202`
  - response property `status` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `status` list-of-types was widened by adding types `null` to media type `application/json` of response `202`
  - …42 more
- **2026-09-10** `2478839b1d3f` — 4 breaking
  - the response property `search_query/country` became nullable for the status `200`
  - the response property `search_query/country` became nullable for the status `202`
  - the response property `search_query/country` became optional for the status `200`
  - the response property `search_query/country` became optional for the status `202`

[Change history](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api/changes/api/v1/history/industry/:request_id/get.md)

---

[API](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api.md) · [All operations](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api/llms.txt) · [OpenAPI document](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api/revisions/a5d672b003d2?raw)
