Get Import Status
Get the status of a bulk import job.
curl -X GET "http://127.0.0.1:14242/threads/import-bulk/string/status"{
"job_id": "string",
"current": 0,
"total": 0,
"current_thread_title": "",
"status": "pending",
"imported_count": 0,
"error": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}