Can I see the list of Apps uploaded in app automation?

Can I see the list of Apps uploaded in app automation?

Hi Richard,

You can use this API to fetch the list of uploaded apps:

curl --location --request GET 'https://manual-api.lambdatest.com/app/data?type=ios&level=org' \
--header 'Authorization: Basic <BASE64TOKEN generated from username & access key>'