List unified import history
API Reference
List unified import history
Paginated history of batch import jobs across kinds β via the gu1 batch import API for high-volume data loading, with examples for list unified history use.
GET
List unified import history
Endpoint
Overview
Lists batch import jobs for the current organization, newest first. Use this for dashboard-style listing of recent imports. For polling a single job after upload, prefer Get batch job status β direct lookup byjobId, no pagination scan.
Response: { success: true, jobs: [...], total, limit, offset }.
Authentication
transactions:create, entities:bulk_import, events:create.
Query parameters
Job object fields
Each entry injobs[]:
See also: Bulk imports overview, Get batch job status.