# Documentation Norce Commerce Connect Job Service The Job Service has Entities and Operations concerned with jobs created in Norce Commerce. Version: 4.0 ## Servers ``` https://customer-slug.api-se.norce.tech/commerce/connect/4.0 ``` ## Download OpenAPI description [Documentation Norce Commerce Connect Job Service](https://docs.norce.io/_spec/api-reference/connect/jobservice/openapi.yaml) ## 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. ## Healthcheck ### Ping - [GET /Job/Ping](https://docs.norce.io/api-reference/connect/jobservice/openapi/healthcheck/ping.md): Check if Norce Commerce Connect is answering.Read more about the method here.