v1

latestSwagger 2.02026-08-06114111152.5 KB
Storage

Get a stored app by appkey

Returns metadata for a single uploaded app — its filename, type, version, icon, and download URL.

get/v1/storage/*

Query parameters

splatinteger required

Response

Get a stored app by appkey

idinteger required

Unique numeric storage object ID.

app_urlstring required

TestingBot storage URL (tb://<appkey>) — pass as a capability to reference this app in mobile tests.

urlstring required

Signed HTTPS URL to download the binary directly.

filenamestring required

Original uploaded filename.

typestring required

Detected app type (ANDROID for .apk/.aab, IOS for .ipa/.zip, OTHER otherwise).

versionstring required

CFBundleShortVersionString / versionName extracted from the binary.

min_device_versionstring required

Minimum OS version required by the app.

thumbstring required

App icon (signed PNG URL).

created_atstring date-time required

Upload timestamp.

statestring required

Metadata extraction state: PROCESSING right after upload, DONE once version / min_device_version / thumb are populated. Poll until DONE before relying on those fields.

sim_onlyboolean required

True for iOS simulator-only IPAs (no signing).