Skip to main content
POST
/
batch-import
/
transaction-jobs
/
{jobId}
/
requeue
Requeue transaction batch job
curl --request POST \
  --url http://api.gu1.ai/batch-import/transaction-jobs/{jobId}/requeue \
  --header 'Authorization: Bearer <token>'

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.

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

ParameterDescription
jobIdTransaction batch job id

Authentication

Authorization: Bearer YOUR_API_KEY
See also: Bulk imports overview.