Get Job log

Get log for given job by it's id.
Read more about the method here.

Request
query Parameters
id
required
integer <int32>

Job id

Responses
200

Success

400

Bad Request

404

Job not found

500

Internal Server Error

get/Job/GetLog
Response samples
{
  • "SeverityId": 0,
  • "Message": "string",
  • "TimeStamp": "string",
  • "ImportedRow": "string"
}