v7

latestSwagger 2.02026-07-13322074.5 KB
Jobs

Retrieves an import job. Status codes:

  • 200 OK
  • 404 Not Found
    • ImportJobNotFound - The import job was not found.
get/jobs/imports/{id}

Path parameters

idstring required

The id for the import job. The id is unique within the service and case sensitive.

Query parameters

api-versionstring required

The requested API version.

Response

Success

idstring

The identifier of the import job.

inputBlobUristring required

The path to the input Azure storage blob that contains file(s) describing the operations to perform in the job.

outputBlobUristring required

The path to the output Azure storage blob that will contain the errors and progress logs of import job.

status'notstarted' | 'running' | 'failed' | 'succeeded' | 'cancelling' | 'cancelled'

Status of the job.

createdDateTimestring date-time

Start time of the job. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

lastActionDateTimestring date-time

Last time service performed any action from the job. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

finishedDateTimestring date-time

End time of the job. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

purgeDateTimestring date-time

Time at which job will be purged by the service from the system. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.