The ID of the application.
The ID of the commit to download.
Response
Indicates whether the operation was successful.
success
if the commit ZIP was retrieved.The ZIP file containing the application at the specified commit.
Error Responses
Indicates whether the operation was successful.
error
if not successful.The error code indicating the reason for failure. Possible values:
UNAUTHORIZED
: The user is not authenticated or lacks sufficient permissions.FORBIDDEN
: The user does not have access to the application.APP_NOT_FOUND
: The specified application does not exist.COMMIT_NOT_FOUND
: The specified commit does not exist.COMMIT_DATA_NOT_FOUND
: The commit data could not be retrieved from the server.