---
title: "Export intelligent search"
method: GET
path: "/intelligent/search/export"
---

# Export intelligent search

`GET /intelligent/search/export`

Exports search results as either a CSV summary or a ZIP archive. This endpoint requires the 
Search ID returned by /intelligent/search.

The CSV summary contains the following columns: Name, Date, Bucket, Media, Content Type, Size, System ID

See: https://help.intelx.io/api/search/#intelligentsearchexport

## Query parameters

- `id` string, required
- `l` integer
- `f` integer, required

## Response `200`

Successful export. Response contains the file. The Content-Disposition header includes a suggested filename such as Search [Date].csv.

## Other responses

- `204` — Search ID not found. No body returned.
- `400` — Invalid input. Typically due to missing or malformed parameters.

## Changes

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

- **2025-12-04** `c421471d8fe3` — 1 breaking, 3 info
  - removed the success response with the status `204`
  - the `query` request parameter `f` became optional
  - added the non-success response with the status `404`
  - removed the non-success response with the status `400`
- **2025-11-27** `f614e63a7a73` — 1 breaking, 3 info
  - the `query` request parameter `f` became required
  - added the non-success response with the status `400`
  - removed the non-success response with the status `404`
  - added the success response with the status `204`
- **2025-11-19** `722b0ddb9ec4` — 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/intelligent/search/export/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)
