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

# Requeue entity bulk import job

> Re-enqueue automatic entity bulk import from stored snapshot metadata — via the gu1 batch import API for high-volume data loading, with examples for requeue.

## Endpoint

```
POST https://api.gu1.ai/batch-import/entity-jobs/{jobId}/requeue
```

## Overview

Uses stored **`bulkResumeSnapshot`** metadata. Requires **`entities:bulk_import`**.

## Path Parameters

| Parameter | Description               |
| --------- | ------------------------- |
| `jobId`   | Bulk entity import job id |

## Authentication

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

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