Skip to main content
GET
/
batch-import
/
unified-history
List unified import history
curl --request GET \
  --url http://api.gu1.ai/batch-import/unified-history \
  --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

GET https://api.gu1.ai/batch-import/unified-history

Overview

Response: { success: true, jobs: [...], total, limit, offset }.

Authentication

Authorization: Bearer YOUR_API_KEY

Query parameters

ParameterDescription
limitPage size (default applies)
offsetPagination offset
kindsComma-separated job kinds
importStatus or statusComma-separated statuses
See also: Bulk imports overview.