---
title: "Get History"
method: GET
path: "/api/history"
tags: ["History"]
---

# Get History

`GET /api/history`

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Response `200`

Successful Response

- HistoryResponse
  - `data` SearchHistoryItem[], required
    - `id` string, required
    - `name` string, required
    - `query` string, nullable
    - `created_at` string, date-time, required
    - `companies_filters` CompaniesSearchFilters
      - `definition` string, nullable
      - `definition_exclude` string, nullable
      - `min_relevance` number, nullable
      - `definition_ids_exclude` integer[], nullable
      - `geo_include` string[], nullable
      - `geo_exclude` string[], nullable
      - `geo_include_empty` boolean
      - `geo_subdivision` string[], nullable
      - `geo_city` string[], nullable
      - `geo_subdivision_exclude` string[], nullable
      - `geo_city_exclude` string[], nullable
      - `geo_founders` string[], nullable
      - `location_hq` boolean, nullable
      - `location_customer` boolean, nullable
      - `founded` object, nullable
      - `size` object, nullable
      - `size_on_linkedin` boolean, nullable
      - `revenue_annual` object, nullable
      - `is_b2b` boolean, nullable
      - `is_saas` boolean, nullable
      - `is_startup` boolean, nullable
      - `is_tech` boolean, nullable
      - `is_merchant` boolean, nullable
      - `is_digital` boolean, nullable
      - `is_ai` boolean, nullable
      - `is_alive_min` number, nullable
      - `is_alive` boolean, nullable
      - `geo_employee_distribution` string, nullable
      - `geo_employees_country_count_min` integer, nullable
      - `employees_growth` string[], nullable
      - `hiring_is` boolean, nullable
      - `funding_last_round_stage` string[], nullable
      - `funding_last_round_date` string, nullable
      - `technologies` string[], nullable
      - `traffic` string[], nullable
      - `traffic_min` integer, nullable
      - `traffic_max` integer, nullable
      - `geo_countries_traffic` string[], nullable
      - `traffic_growth` string[], nullable
      - `is_b2b_score` object, nullable
      - `is_b2b_agency_score` object, nullable
      - `is_explee_customer` object, nullable
      - `size_gm_branches` object, nullable
      - `size_gm_reviews` object, nullable
      - `employees_by_department` object, nullable
      - `industry_nace_section` string, nullable
      - `industry_nace_classes` string[], nullable
      - `has_public_emails` boolean, nullable
      - `has_company_phone` boolean, nullable
      - `has_linkedin_page` boolean, nullable
      - `has_employees_on_linkedin` boolean, nullable
      - `sources` string[], nullable
      - `criteria` string[], nullable
    - `people_filters` PeopleSearchFilters
      - `job_titles` string[], nullable
      - `min_relevance` number, nullable
      - `job_titles_exclude` string, nullable
      - `job_titles_ids_include` integer[], nullable
      - `geo` string[], nullable
      - `followers` object, nullable
      - `people_per_company_limit` integer
      - `companies_match_level` 'strong' | 'strong+weak' | 'all', nullable
      - `people_match_level` 'strong' | 'strong+weak' | 'all', nullable
      - `criteria` string[], nullable
    - `deduplication` DeduplicationSettings
      - `export_ids` string[], nullable
      - `import_ids` string[], nullable
      - `dedup_new` boolean
      - `dedup_people_by_companies` boolean
      - `cache` boolean
    - `extra_columns` string[], nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/explee/apis/explee-api.md) · [All operations](https://skmtc.dev/explee/apis/explee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/explee/explee-api/revisions/f169bc6e9447/schema)
