---
title: "Fetch results from internal live search"
method: GET
path: "/accounts/csv"
---

# Fetch results from internal live search

`GET /accounts/csv`

This is the API used by the “Export Leaked Accounts” tab of the Identity Portal. It only supports domains and email addresses as input.         

The response is the same as for /live/search/internal, returning a status and the search job ID. In case a user makes a new export 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.

## Query parameters

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

## Response `200`

Success with JSON LiveSearchResponse

## Other responses

- `400` — Invalid input

## Changes

> 12 revisions in range; 1 could not be searched.

- **2025-12-04** `c421471d8fe3` — 2 info
  - for the `query` request parameter `datefrom`, the type/format was generalized from `string`/`date-time` to `string`/``
  - for the `query` request parameter `dateto`, the type/format was generalized from `string`/`date-time` to `string`/``
- **2025-11-26** `9a6ae50eb1c7` — 2 info
  - added the non-success response with the status `400`
  - added the success response with the status `200`
- **2025-11-21** `bbfdcd468ccf` — 1 info
  - endpoint added
- **2025-11-14** `218f8a8b8952` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/intelligencex/apis/intelx-io-search-api/changes/accounts/csv/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/09fb9b26ddff/schema)
