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_id
Export manifest ID.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
OK
id
Package ID.
operation_type
Operation type: import
or export
.
status
Operation status: completed
, in_progress
, or failed
.
error
Error description if operation failed.
export_manifest_id
Manifest ID for export operations.
download_url
Package download URL if completed, null
otherwise.