Copy PageLienFilingImportBatch.completedwebhook LienFilingImportBatch.completedEmitted when a bulk lien import batch has finished processing; the payload carries the per-outcome row counts.Payload__event__objectDefaults to [object Object]WebhookMetadata objectiduuidrequiredThe batch's id, used to poll status and fetch per-row results.namestringrequiredThe name of the batch, taken from the uploaded file.statestringenumrequiredProcessing state of the batch.PENDINGPENDINGEXECUTINGCOMPLETEDFAILEDCANCELLEDAllowed:PENDINGEXECUTINGCOMPLETEDFAILEDCANCELLEDtotal_countintegerrequiredRows read from the uploaded CSV, excluding blank lines.imported_countintegerDefaults to 0Rows that resolved against the public record and produced a newly imported filing.already_imported_countintegerDefaults to 0Rows naming a lien the organization had already imported; the existing filing is kept.not_found_countintegerDefaults to 0Rows whose state and filing number matched nothing in the public record.invalid_row_countintegerDefaults to 0Rows rejected before resolution (unparseable state, blank filing number, and the like).errorstringnullWhy 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.created_atdate-timerequiredWhen the batch was accepted.Responses 200Successful Response 422Validation ErrorUpdated 15 days ago OnboardingSession.decidedLienFilingImportBatch.failedDid this page help you?YesNo