---
title: "Get Industry Lookups History"
method: GET
path: "/api/v1/history/industry"
tags: ["Industry Discovery History"]
---

# Get Industry Lookups History

`GET /api/v1/history/industry`

## Query parameters

- `min_datetime` string, date-time
- `max_datetime` string, date-time
- `search_term` string
- `include_errored` boolean
- `limit` integer
- `offset` integer

## Response `200`

OK

- PagedIndustryLookup
  - `items` IndustryLookup[], required
    - `id` string, uuid, required
    - `created_at` string, date-time, required
    - `status` 'PROCESSING' | 'FINISHED' | 'ERROR' | 'QUEUED'
    - `search_term` string
    - `search_query` CreateSearchInputExtended — Extends CreateSearchInput to allow optional business name for lookup.
      - `submitted_business_name` string
      - `submitted_website` string, nullable — The website of the business to search for.
      - `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, required — The country where the business is located.
      - `external_tracking_ref` string
    - `response_code` integer, required
    - `response_data` BusinessSearchResultExtended — Extends BusinessSearchResult to allow optional business_name and business_description for lookup.
      - `business_name` string
      - `business_description` string
      - `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[]
        - `code` string, required — The Merchant Category Code.
        - `description` string, required — The description of the Merchant Category.
  - `count` integer, required
  - `limit` integer, required
  - `offset` integer, required

## Other responses

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

---

[API](https://skmtc.net/truebiz/apis/truebiz-web-presence-review-api.md) · [All operations](https://skmtc.net/truebiz/apis/truebiz-web-presence-review-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truebiz/truebiz-web-presence-review-api/revisions/22a9a6d3740a/schema)
