Skip to main content
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 by jobId, no pagination scan. Response: { success: true, jobs: [...], total, limit, offset }.

Authentication

Requires at least one of: transactions:create, entities:bulk_import, events:create.

Query parameters

Job object fields

Each entry in jobs[]: See also: Bulk imports overview, Get batch job status.