DeveloperAPI ReferenceJobsId
/api/jobs/{id}
curl -X GET "https://example.com/api/jobs/string"{
"job": {
"id": "string",
"type": "scan",
"libraryId": "string",
"pluginId": "string",
"status": "pending",
"priority": 0,
"payload": {
"property1": null,
"property2": null
},
"result": {
"property1": null,
"property2": null
},
"progress": 0,
"errorMessage": "string",
"createdAt": "string",
"startedAt": "string",
"completedAt": "string"
}
}{
"error": "string"
}