Skip to main content
POST
/
batch-import
/
entity-jobs
/
{jobId}
/
requeue
Requeue entity bulk import job
curl --request POST \
  --url http://api.gu1.ai/batch-import/entity-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/entity-jobs/{jobId}/requeue

Overview

Uses stored bulkResumeSnapshot metadata. Requires entities:bulk_import.

Path parameters

ParameterDescription
jobIdBulk entity import job id

Authentication

Authorization: Bearer YOUR_API_KEY
See also: Bulk imports overview.