---
title: "Internal live search"
method: GET
path: "/live/search/internal"
---

# Internal live search

`GET /live/search/internal`

Initiates the search; will return status and search Id on success.
Limit means max amount of records per bucket to return. Default 10.
- Selector: Must be an email address, domain, social security number (US based), or credit card number. 
- Limit: In some cases, the API might return more results than specified in limit. If an upper hard limit is required, it must be enforced on the client side. 
- Bucket: Optional filter for searching only in the target bucket. See Appendix 1 for list. 
- In case a user makes a new search and the previous one shall be discarded; its search ID shall be specified in the “terminate” parameter to save system resources. Searches may consume Gigabytes of data, therefore any searches that are no longer required shall be terminated. Searches can also be manually terminated via the /live/search/terminate function. 
- Dates: From/to dates may be used as filter. Note that item’s dates are set to when the original data was published if available, or otherwise when it was indexed. This means that newly indexed items are often backdated.

## Query parameters

- `selector` string, required
- `bucket` string
- `skipinvalid` boolean
- `limit` integer
- `analyze` boolean
- `datefrom` string
- `dateto` string
- `terminate` string[]

## Response `200`

Success search

- object
  - `status` integer, required — Result status
  - `id` string, required

## Other responses

- `400` — Invalid input
- `401` — Invalid api token

---

[API](https://skmtc.net/intelligencex/apis/intelx-io-search-api.md) · [All operations](https://skmtc.net/intelligencex/apis/intelx-io-search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/intelligencex/intelx-io-search-api/versions/09fb9b26ddff/schema)
