v1

latestOpenAPI 3.1.02026-07-24233206489.1 KB
Invoice Imports

Get an import batch

Returns the batch's status, progress counters, and ready/error/created/failed tally. Polled by the create step.

get/v1/invoices/imports/{id}

Path parameters

idstring required

Import batch ID

Response

OK

has_moreboolean

Example response

{
  "data": {
    "created_at": "2026-07-08 08:00:00+00:00",
    "created_by": "org_abc123",
    "error_rows": 12,
    "id": "imp_abc123",
    "organization_id": "org_abc123",
    "ready_rows": 248,
    "source_filename": "july-invoices.csv",
    "total_rows": 260,
    "updated_at": "2026-07-08 08:05:00+00:00"
  }
}