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

---

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