Skip to main content

Get import job status

GET 

/sp-config/import/:id

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

Request

Path Parameters

    id stringrequired

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

    Example: ef38f94347e94562b5bb8424a56397d8

Responses

Import job status successfully returned.

Schema
    jobId stringrequired

    Unique id assigned to this job.

    status stringrequired

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

    Status of the job.

    type stringrequired

    Possible values: [EXPORT, IMPORT]

    Type of the job, either export or import.

    expiration date-timerequired

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

    created date-timerequired

    The time the job was started.

    modified date-timerequired

    The time of the last update to the job.

    message stringrequired

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

    completed date-timerequired

    The time the job was completed.

Loading...