Skip to main content

Transport Status

GET 

/transportPackageStatus

This API obtains the status of the transport request (import, export, or transfer), and helps in confirming whether the transport was completed successfully or failed. Note: This API returns the status of only those requests that have been processed using the Enhanced Transport feature. The Authorization must have Bearer followed by Token. Mandatory params: operation - enter the type of transport request (export, import, or transfer) filename - enter the transport package zip file name in full (including the .zip extension) requestid(required only if the operation is import) - enter the request ID generated during the submission of the import request

Request

Body

    filenamestring
    Example: transport_admin_2023-01-13_13-27-43(UTC).zip
    operationstring
    Example: export

Responses

Transport Status - Blank Request ID / Transport Status - Import / Transport Status - Export

Response Headers

  • Cache-Control

    string

  • Date

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • Vary

    string

  • X-Content-Type-Options

    string

Schema

    errorCodenumber
    Example: 1
    msgstring
    Example: Invalid request Payload
    msgDescriptionstring
    Example: Requestid cannot be blank