> ## 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.

# Listar mapeos

> Lista los mapeos CSV guardados de la organización actual — mediante la API de importación masiva de gu1 para alto volumen, con ejemplos para list mappings.

## Endpoint

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

## Descripción

Devuelve `{ mappings: [...] }`. Cada ítem incluye **`id`** (usar como **`mappingId`**), **`name`**, **`target`**, **`columnMapping`**, **`defaultFields`**, **`headersSnapshot`**.

## Acceso

Al menos uno de: `transactions:create`, `entities:bulk_import` o `events:create` (con fallbacks legacy).

## Autenticación

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

Ver también: [Importaciones masivas](/es/api-reference/bulk-imports/overview).
