> For the complete documentation index, see [llms.txt](https://help.radiantsecurity.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.radiantsecurity.ai/log-management/log-search-and-query/export-search-results-from-log-management.md).

# Export Search Results from Log Management

Log Management shows up to 400 rows per search in the interface, enough to scan and pivot but not to take the full result set with you. Exporting removes that ceiling: you pull the complete set of matching records yourself, on demand, for any index and any window within your retention, without filing a request or waiting on anyone else. Hunt across long time ranges, assemble evidence for an audit or investigation, or move a dataset into another tool for deeper analysis.

Radiant runs the export against the index and time range you selected, packages every matching record into a single compressed file, and emails you a link to download it. Export works whether your tenant uses Radiant-managed storage or your own bucket ([BYOB](/log-management/bring-your-own-bucket-byob.md)).

### Export search results

To export the full result set of a search:

1. In Radiant Security, open **Log Management** from the navigation menu.
2. Click the **Index Selector** and choose the index you want to export: Parsed events, Unparsed events, Alerts, or Audit logs.

<div align="left"><figure><img src="/files/vLr3Q4N8rmbiTcGOeyvj" alt="" width="197"><figcaption></figcaption></figure></div>

3. Set your search window with the time range picker in the top-right toolbar (e.g., Last 7 Days).
4. Enter your query and click **Run**. For query syntax, see [Craft search queries in Log Management](https://help.radiantsecurity.ai/log-management/log-search-and-query/craft-search-queries-in-log-management).
5. Click **Export**.
6. Radiant emails a download link to the address on your account when the file is ready. Open the email and click the link to download the export, a gzip-compressed file of newline-delimited JSON (NDJSON) with one record per line.&#x20;

{% hint style="info" %}
You can leave Log Management while Radiant prepares the export. The link opens a Radiant Security page that confirms you are signed in as the account that requested the export before the download starts, and it expires 24 hours after it is sent. After it expires, run the export again to generate a new link.
{% endhint %}

### Export range and limits

The export range follows your tenant's retention, applied per index:

* Bring your own bucket (BYOB): up to 366 days per index
* Radiant-managed storage: up to 60 days

High-volume indexes such as Parsed Events can return very large result sets.

{% hint style="warning" %}
An export that would exceed 5 GB fails. If your export fails, narrow the time range or tighten your query to reduce the result set, then run the export again.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.radiantsecurity.ai/log-management/log-search-and-query/export-search-results-from-log-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
