Get Import Status
Check the progress of a data import job.
curl -X GET "https://example.com/data/import/status/string"{
"job_id": "string",
"status": "string",
"started_at": "string",
"completed_at": "string",
"error": "string",
"result": {}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}