# Get Job log Get log for given job by it's id. Read more about the method here. Endpoint: GET /Job/GetLog Version: 4.0 ## Query parameters: - `id` (integer, required) Job id ## Response 200 fields (application/json): - `SeverityId` (integer) Severity of log. 1 = Information, 2 = Warning, 3 = Error - `Message` (string) Log message - `TimeStamp` (string) Log timestamp - `ImportedRow` (string) Affected row from import