List Uploaded Apps
You can use the REST API to fetch a list of your recently uploaded apps and details such as app_url, custom ID, shareable ID, upload timestmap for each app upload.
List recent uploads
Here is an example API request to retrieve details about your recent app uploads.
curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" -X GET "https://api-cloud.browserstack.com/app-automate/recent_apps"
Sample response:
[
{
"app_name": "Calculator.ipa",
"app_version": "1.0",
"app_url": "bs://bb4402eab82ce26e514273e3f6514279212f34",
"uploaded_at": "2019-12-19 14:33:20 UTC",
"custom_id": "MyApp",
"shareable_id": "steve48/MyApp"
"uploaded_at": "2019-12-18 07:55:04 UTC"
},
{
"app_name": "SampleApp.ipa",
"app_version": "2.5.194-alpha-2017-05-30",
"app_url": "bs://a3bc011138e84279212ce26e5bdb4c92f2965911",
"app_id": "a3bc011138e84279212ce26e5bdb4c92f2965911",
"uploaded_at": "2019-12-18 07:48:08 UTC"
},
....
]
List recent uploads for custom ID
Here is an example API request to retrieve details about your recent app uploads for an example custom ID “MyApp” :
curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" -X GET "https://api-cloud.browserstack.com/app-automate/recent_apps/MyApp"
Sample response:
[
{
"app_name": "app-debug.ipa",
"app_version": "1.0",
"app_url": "bs://01445520078df35oi918c87a4d589c8a1162efcf2",
"app_id": "01445520078df35oi918c87a4d589c8a1162efcf2",
"uploaded_at": "2019-12-19 14:33:20 UTC",
"custom_id": "MyApp",
"shareable_id": "steve/MyApp"
}
]
List recent uploads for the entire group
Here is an example API request to retrieve details about recent app uploads for your entire group (i.e. organization’s account) on BrowserStack.
curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" -X GET "https://api-cloud.browserstack.com/app-automate/recent_group_apps"
Sample response:
[
{
"app_name": "app-dev-debug.ipa",
"app_version": "2.7",
"app_url": "bs://fe8b0398795ghgc2d5be83ef60eb51a06a29fb4",
"app_id": "fe8b0398795ghgc2d5be83ef60eb51a06a29fb4",
"uploaded_at": "2019-12-19 12:33:05 UTC"
},
{
"app_name": "HelloWorldWithInternet.ipa",
"app_version": "1.0",
"app_url": "bs://664eaf58c6ea9fb42d0yfgd86787eaa57c4cd88f9",
"app_id": "664eaf58c6ea9fb42d0yfgd86787eaa57c4cd88f9",
"uploaded_at": "2019-12-19 11:20:34 UTC"
},
...
]
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
Thank you for your valuable feedback!