Get Import Status
Check the progress of a data import job.
Path Parameters
job_id*Job Id
Response Body
application/json
application/json
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": {} } ]}