The jobId parameter is used in the endpoint Import job details found in the Snyk Apiary documentation:
https://snyk.io/api/v1/org/orgId/integrations/integrationId/import/jobId
The JobId parameter is being created every-time a project is imported to Snyk. In order to get / find it, a new import must be completed via API by using the endpoint Import projects:
https://snyk.io/api/v1/org/orgId/integrations/integrationId/import
The JobId is the last parameter in the Location header that is returned after completing the API call. See below an example done using Postman:
https://snyk.io/api/v1/org/orgId/integrations/integrationId/import/a5519af5-aade-4d72-aa57-e9e01b4d05ae
Once identified the parameter, the next step is simply to substitute it in the Import job details endpoint to complete the API call successfully (200 OK). As a response, it is provided the logs related to the import completed linked to the jobId provided: