> For the complete documentation index, see [llms.txt](https://help.getmobly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getmobly.com/help-center/the-hub/working-with-leads/how-to-export-leads.md).

# How to export leads

Get your enriched leads from Mobly into a downloadable CSV

There are two main ways you can export your leads: from the app and from the Hub.

## **Mobile App:**

1. Tap on the event you'd like to export on the "Events" tab.

   ![](//d33v4339jhl8k0.cloudfront.net/docs/assets/67f00b47b96c282fea91b6f6/images/69b313a79c0a2d7ca870f3b6/file-2SaH2BmC1D.jpg)
2. Tap on the three dots in the upper right hand corner and hoose "Export CSV" from the menu.

   ![](//d33v4339jhl8k0.cloudfront.net/docs/assets/67f00b47b96c282fea91b6f6/images/69b313b39c0a2d7ca870f3ba/file-rimk6F920R.jpg)
3. Choose whether you'd like to download the file right to your device or receive it through an email.

   ![](//d33v4339jhl8k0.cloudfront.net/docs/assets/67f00b47b96c282fea91b6f6/images/69b313bf9c0a2d7ca870f3bb/file-Np2gfzQgND.jpg)

   1. If you choose "Send to Email", you'll need to enter the email address where you want to send your CSV file. The email will come from <support@getmobly.com> with the event name as the attachment's title.

      ![](//d33v4339jhl8k0.cloudfront.net/docs/assets/67f00b47b96c282fea91b6f6/images/69b313c9a280f057e03024a2/file-JFGWc8zhXl.jpg)
   2. If you choose "Download file", it will save to your device's file store.

***

**Hub**

1. Choose the event you'd like to export from the "Events" tab.

   ![](//d33v4339jhl8k0.cloudfront.net/docs/assets/67f00b47b96c282fea91b6f6/images/69b31770a280f057e0302505/file-PrFa1wAIvx.png)
2. Click the "Export CSV" button in the top right corner of the leads table. You will be prompted to select additional columns that you want to add to your export. Find more information about sorting and filtering for your report here: [generate custom reports](https://help.getmobly.com/help-center/the-hub/working-with-leads/help.getmobly.com/article/39-how-to-generate-custom-reports).

   ![](//d33v4339jhl8k0.cloudfront.net/docs/assets/67f00b47b96c282fea91b6f6/images/69b3177b9c0a2d7ca870f419/file-EjySZDLH0u.png)

   ![](//d33v4339jhl8k0.cloudfront.net/docs/assets/67f00b47b96c282fea91b6f6/images/69b318a3a280f057e030251f/file-jRSy2yvna8.png)
3. The CSV will save to your device's default download location.


---

# 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.getmobly.com/help-center/the-hub/working-with-leads/how-to-export-leads.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.
