Skip to main content

Get import job status​

This gets the status of the import job identified by the id parameter. For more information about the object types that currently support import functionality, refer to SaaS Configuration. The request will need the following security scope:

  • sp:config:manage
Path Parameters
  • id string required

    The ID of the import job whose status will be returned.

    Example: ef38f94347e94562b5bb8424a56397d8
Responses

Import job status successfully returned.


Schema
  • jobId string

    Unique id assigned to this job.

  • status string

    Possible values: [NOT_STARTED, IN_PROGRESS, COMPLETE, CANCELLED, FAILED]

    Status of the job.

  • type string

    Possible values: [EXPORT, IMPORT]

    Type of the job, either export or import.

  • message string

    This message contains additional information about the overall status of the job.

  • description string

    Optional user defined description/name for export job.

  • expiration date-time

    The time until which the artifacts will be available for download.

  • created date-time

    The time the job was started.

  • modified date-time

    The time of the last update to the job.

  • completed date-time

    The time the job was completed.

Loading...