imports

List import jobs

Returns a paginated list of import jobs for the authenticated business

get/imports

Query parameters

pageinteger

Page number

page_sizeinteger

Items per page

Response

OK

pageinteger
page_sizeinteger
stage_progress_availableboolean

StageProgressAvailable tells the client that GET /imports/{id}/stage-progress will answer for this business (the model_extraction dev feature is on), so the per-stage dropdown can be rendered and fetched lazily. It rides on a response the page already loads, which is why an unflagged tenant issues no extra request to discover it. omitempty keeps the unflagged payload byte-identical to the pre-stage-progress response.

total_countinteger

Changes

No recorded changes to this endpoint across all 7 revisions of this API.