Export package based on the manifest

Export a package based on a manifest.

When you provide an API client with privileges to this endpoint, the API client is also granted the ability to view other assets like recipes, lookup tables, Event topics, and message templates by examining the resulting zip file.

This is an asynchronous request. Use the GET package by ID endpoint to get details of the exported package.

Set the include_tags attribute to true when calling the Create an export manifest endpoint to include tags in the exported package.

Path parameters

manifest_idstringRequired
Export manifest ID.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OK
idinteger
Package ID.
operation_typestring

Operation type: import or export.

statusstring

Operation status: completed, in_progress, or failed.

errorstring
Error description if operation failed.
export_manifest_idinteger
Manifest ID for export operations.
download_urlstring

Package download URL if completed, null otherwise.

Errors