LienFilingImportBatch.completed

Emitted when a bulk lien import batch has finished processing; the payload carries the per-outcome row counts.

Payload
__event__
object
Defaults to [object Object]
uuid
required

The batch's id, used to poll status and fetch per-row results.

string
required

The name of the batch, taken from the uploaded file.

string
enum
required

Processing state of the batch.

Allowed:
integer
required

Rows read from the uploaded CSV, excluding blank lines.

integer
Defaults to 0

Rows that resolved against the public record and produced a newly imported filing.

integer
Defaults to 0

Rows naming a lien the organization had already imported; the existing filing is kept.

integer
Defaults to 0

Rows whose state and filing number matched nothing in the public record.

integer
Defaults to 0

Rows rejected before resolution (unparseable state, blank filing number, and the like).

Why the batch last failed, as a human-readable message. Set when the state is FAILED; a batch that failed once and succeeded on a resume can still carry the message from that attempt, so read it alongside the state rather than as a failure signal on its own.

date-time
required

When the batch was accepted.

Responses

LoadingLoading…