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

---

[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)
