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
Success
object
status
string | null
Current status of the export and it can be either one of these status 'Initiated/InProgress/Completed/Error'
download_url
string | null
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) | null
Errors in the customer API response
object
warnings
Array of object (BaseWarning) | null
Warnings in the customer API response
object
information
Array of object (BaseInformation) | null
Information passed by the customer API response
object