Get a downloaded package
Retrieves a downloaded package in a customer workspace by its unique ID.
Path parameters
managed_user_id
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
id
The ID of the project build to retrieve.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Success reply
id
Project build ID.
created_at
Timestamp in ISO 8601 format.
updated_at
Timestamp in ISO 8601 format.
description
Description of the build.
project_id
Project ID.
state
State of the build. Possible values are: pending
, success
, and failed
.
Allowed values:
performed_by_name
Name of the user who initiated the build.
download_url
Download URL.