Get a downloaded package

Retrieves a downloaded package in a customer workspace by its unique ID.

Path parameters

managed_user_idstringRequired

Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E. For example, EA2300.

idstringRequired
The ID of the project build to retrieve.

Headers

AuthorizationstringRequired

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

Response

Success reply
idinteger
Project build ID.
created_atstring
Timestamp in ISO 8601 format.
updated_atstring
Timestamp in ISO 8601 format.
descriptionstring
Description of the build.
project_idstring
Project ID.
stateenum

State of the build. Possible values are: pending, success, and failed.

Allowed values:
performed_by_namestring
Name of the user who initiated the build.
download_urlstring
Download URL.

Errors