Get
/v2/Project/Export/{exportId}
Security
API Key
Header parameter nameapi_token

Enter REST API key. To generate a key, go to Settings → Knowledge base portal → API tokens

Path parameters
exportId
stringRequired

The ID of the export request

Responses
200
400
Show example

Success

Collapse all
object
status
string

Current status of the export and it can be either one of these status 'Initiated/InProgress/Completed/Error'

download_url
string

Exported .zip file URL. The download URL will be available when the export status is completed

extension_data
object (ExtensionDataObject)
success
boolean

Status indication for customer API response

errors
Array of object (BaseError)

Errors in the customer API response

object
warnings
Array of object (BaseWarning)

Warnings in the customer API response

object
information
Array of object (BaseInformation)

Information passed by the customer API response

object