Get package by ID

Get details of an imported or exported package.

Path parameters

idstringRequired
Package 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.

recipe_statuslist of strings
ID and Import status updated recipes for package.

Errors