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

# List mappings

> List saved CSV column mappings for the current organization — via the gu1 batch import API for high-volume data loading, with examples for list mappings use.

## Endpoint

```
GET https://api.gu1.ai/batch-import/mappings
```

## Overview

Returns `{ mappings: [...] }` for the current organization. Each item includes **`id`** (use as **`mappingId`** in imports), **`name`**, **`target`**, **`columnMapping`**, **`defaultFields`**, **`headersSnapshot`**.

## Access

Requires at least one of: `transactions:create`, `entities:bulk_import`, or `events:create` (with legacy fallbacks as implemented in the API).

## Authentication

```bash theme={null}
Authorization: Bearer YOUR_API_KEY
```

See also: [Bulk imports overview](/en/api-reference/bulk-imports/overview).
