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

# Bulk Upload History

The Bulk Upload History tab provides a comprehensive view of all past bulk upload operations, allowing you to track their status, review results, and download reports.

## **Accessing Upload History**

1. Navigate to **Manage** → **Treatments** → **Bulk Upload**
2. Click on the **Bulk Upload History** tab
3. View the list of all past bulk upload operations

***

## **History Table**

The history table displays all bulk upload operations with the following information:

| Column         | Description                                                                |
| -------------- | -------------------------------------------------------------------------- |
| **Upload ID**  | Unique identifier for the upload operation                                 |
| **File Name**  | Name of the uploaded CSV file                                              |
| **Treatments** | Number of successful and failed treatments (e.g., "5 succeeded, 2 failed") |
| **Status**     | Current status of the upload                                               |
| **Download**   | Download the result sheet with detailed upload results                     |

***

## **Upload Status**

Each upload operation can have one of the following statuses:

* **In Progress**
  * Upload is currently being processed
  * Treatments are being created
  * Do not close the browser or start another upload

* **Successful**
  * All treatments were created successfully
  * No errors occurred
  * All rows processed

* **Failed**
  * One or more treatments failed to be created
  * **Note**: Some treatments may have been created successfully before the failure
  * Review the results CSV to see which treatments succeeded and which failed
  * Failed treatments will include error messages explaining the failure reason

***

## Download Results

Click the **"Download Results"** button to download a CSV file containing:

* Complete upload summary
* Treatment-by-treatment breakdown
* Success and failure counts
* Error messages for failed treatments

***

## **Retrying Failed Treatments**

To retry failed treatments from a partial upload:

1. **Download the results file** from the upload
2. **Identify failed rows** in the results CSV (look for rows with failure status and error messages)
3. **Fix the errors** in your original CSV file based on the error messages
4. **Re-upload the corrected CSV** - Successfully created treatments will be skipped automatically, only failed treatments will be retried

<Tip>
  You don't need to remove successful rows from your CSV. The system automatically identifies which treatments were already created and only processes the failed ones.
</Tip>

**Need Help?** If you encounter issues with bulk uploads, check the [Upload and Validate](/bulk-upload/upload-and-validate) guide or contact your Auxia administrator.
