Skip to main content
Application (Appium)Download App by Custom ID (Server 1)
TestMu AI
StatusCommunityBlog
Application (Appium)

Download App by Custom ID (Server 1)

Download the binary of an uploaded application (.apk/.aab/.ipa) using its customId. The file is streamed back as an attachment.

GET
/app/custom_id/{customId}/download
Download App by Custom ID (Server 1)
curl --request GET \
--url "https://manual-api.lambdatest.com/app/custom_id/{customId}/download" \
--header "Authorization: Basic <encoded-value>"

Authorizations

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

customIdstringrequired

The custom ID of the application to download.

Response

application/json

Application binary streamed successfully as a file attachment.

Download App by Custom ID (Server 1)
curl --request GET \
--url "https://manual-api.lambdatest.com/app/custom_id/{customId}/download" \
--header "Authorization: Basic <encoded-value>"