> ## 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 transaction batch job

> Re-enqueue a transaction batch job using stored resume metadata — via the gu1 batch import API for high-volume data loading, with examples for requeue.

## Endpoint

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

## Overview

Re-enqueues when the job is in an eligible state (`interrupted`, `queued`, `failed`, etc.). Returns **400** if no resume snapshot is stored — upload the file again.

## Path Parameters

| Parameter | Description              |
| --------- | ------------------------ |
| `jobId`   | Transaction batch job id |

## Authentication

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

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