ReferenceApiImport jobs
Get import job by ID
Retrieves the status and details of an import job by its ID.
curl -X GET "https://demo.api.graph.konnektr.io/jobs/imports/string"{
"id": null,
"status": "notstarted",
"createdDateTime": "2019-08-24T14:15:22Z",
"lastActionDateTime": "2019-08-24T14:15:22Z",
"finishedDateTime": null,
"purgeDateTime": null,
"modelsCreated": 0,
"twinsCreated": 0,
"relationshipsCreated": 0,
"errorCount": 0,
"inputBlobUri": "http://example.com",
"outputBlobUri": "http://example.com"
}{
"type": null,
"title": null,
"status": null,
"detail": null,
"instance": null
}