---
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.

## Query parameters

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

## Response `200`

Success search

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

## Other responses

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

## Changes

- **2025-11-20** `a27ca98b01bd` — 1 breaking
  - for the `query` request parameter `terminate`, the format of property `items/` was specialized from no format to `uuid`
- **2025-11-19** `722b0ddb9ec4` — 1 breaking, 1 warning, 1 info
  - added the new required `query` request parameter `selector`
  - deleted the `query` request parameter `term`
  - the `query` request parameter `bucket` became optional
- **2025-11-14** `218f8a8b8952` — 6 breaking, 1 warning, 1 info
  - added the new required `query` request parameter `term`
  - the `query` request parameter `bucket` became required
  - for the `query` request parameter `datefrom`, the format changed from no format to `date-time`
  - for the `query` request parameter `dateto`, the format changed from no format to `date-time`
  - …4 more

[Change history](https://skmtc.dev/intelligencex/apis/intelx-io-search-api/changes/live/search/internal/get.md)

---

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