Get Job

Get job information 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

500

Internal Server Error

get/Job/Get
Response samples
{
  • "Fail": 0,
  • "Insert": 0,
  • "IsFinished": true,
  • "JobId": 0,
  • "LastUpdated": "string",
  • "RunTime": "string",
  • "Start": "string",
  • "StatusId": 0,
  • "Stop": "string",
  • "StorageName": "http://example.com",
  • "Totals": 0,
  • "Updates": 0
}