{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "q3-portfolio-liens.csv",
"state": "PENDING",
"total_count": 100,
"created_at": "2023-11-07T05:31:56Z",
"__event__": {
"type": "LienFilingImportBatch.failed",
"origin": "api"
},
"imported_count": 80,
"already_imported_count": 15,
"not_found_count": 4,
"invalid_row_count": 1,
"error": "The uploaded CSV could not be read from storage."
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Lien filing import batch failed
Emitted when a bulk lien import batch has failed.
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "q3-portfolio-liens.csv",
"state": "PENDING",
"total_count": 100,
"created_at": "2023-11-07T05:31:56Z",
"__event__": {
"type": "LienFilingImportBatch.failed",
"origin": "api"
},
"imported_count": 80,
"already_imported_count": 15,
"not_found_count": 4,
"invalid_row_count": 1,
"error": "The uploaded CSV could not be read from storage."
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Body
The batch's id, used to poll status and fetch per-row results.
The name of the batch, taken from the uploaded file.
"q3-portfolio-liens.csv"
Processing state of the batch.
PENDING, EXECUTING, COMPLETED, FAILED, CANCELLED "PENDING"
Rows read from the uploaded CSV, excluding blank lines.
100
When the batch was accepted.
Show child attributes
Show child attributes
Rows that resolved against the public record and produced a newly imported filing.
80
Rows naming a lien the organization had already imported; the existing filing is kept.
15
Rows whose state and filing number matched nothing in the public record.
4
Rows rejected before resolution (unparseable state, blank filing number, and the like).
1
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.
"The uploaded CSV could not be read from storage."
Response
Successful Response