> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mileapp.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Export Task

> The Export Task module provides functionality to export task data and data source records to various...

## What is Export Task?

The Export Task module provides functionality to export task data and data source records to various formats (XLSX, JSON). It supports both direct export for small datasets and background processing for large exports. Users can customize exports using export configurations, filter data by multiple criteria, and monitor export operations through export logs. All export activities can be monitored through export-log endpoints with 30-day data retention.

## Key Features

<CardGroup cols={2}>
  <Card title="Get export log history" icon="list" href="/api-reference/importexport/export-task/get-export-log-history">
    GET /tasks/export-log
  </Card>

  <Card title="Export tasks" icon="plus" href="/api-reference/importexport/export-task/export-tasks">
    POST /tasks/export
  </Card>

  <Card title="Export data source" icon="plus" href="/api-reference/importexport/export-task/export-data-source">
    POST /data/export
  </Card>
</CardGroup>
