# Job ## Get Job - [GET /Job/Get](https://docs.norce.io/api-reference/connect/jobservice/openapi/job/get.md): Get job information by it's id.Read more about the method here. ## Get Job log - [GET /Job/GetLog](https://docs.norce.io/api-reference/connect/jobservice/openapi/job/getlog.md): Get log for given job by it's id. Read more about the method here. ## List Job - [GET /Job/List](https://docs.norce.io/api-reference/connect/jobservice/openapi/job/list.md): Lists all Jobs in the logs.Read more about the method here. ## Restart Job - [POST /Job/Restart](https://docs.norce.io/api-reference/connect/jobservice/openapi/job/restart.md): Restarts a given Job. The job must have finished (i.e. have status 2 or 3) before it may be restarted. A job can be restarted for two weeks, after that the initial payload is discarded.Read more about the method here.