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

# Bulk CSV

> Export all owned and shared module data as CSV for bulk data operations.

## Overview

The Bulk CSV API allows you to programmatically retrieve all module data that you own and that has been shared with you. The output is a CSV data stream that exactly matches what is available in the web portal for bulk download. The intent of the CSV API is not real-time interactions, it is for full data export/import use cases. Since this request can be 10's or 100's of megabytes in size, it is not useful for realtime interactions.

This API uses cached data that is updates daily and is very performant, it just delivers very large datasets.

## API Endpoints

[Get all FEM assessments](/api-reference/assessments/bulk-csv/get-all-fem-assessments)\
[Get all FSLM assessments](/api-reference/assessments/bulk-csv/get-all-fslm-assessments)\
[Get all BRM assessments](/api-reference/assessments/bulk-csv/get-all-brm-assessments)

<Note title="Currently this API returns -all- modules shared or owned with by the account.">
  Consider using the [Performance CSV API](/api-reference/assessments/performance-csv/overview) if you would like to only retrieve a subset of key FEM performance data.

  Consider using the [Module Data API](/api-reference/assessments/module-data/overview) if you would like to only retrieve a subset of assessments and/or a subset of assessment data in JSON instead of CSV.
</Note>
