> ## 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 mapping audits

> Audit log for create/update/delete of batch-import mappings — via the gu1 batch import API for high-volume data loading, with examples for list mapping audits.

## Endpoint

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

## Overview

Returns create/update/delete audit rows for batch-import mappings (`system_audit_logs`).

## Authentication

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

## Query Parameters

| Parameter | Description       |
| --------- | ----------------- |
| `limit`   | Page size         |
| `offset`  | Pagination offset |

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