List Apps
Mobile Apps
List Apps
GET
List Apps
List every mobile app in your company, each with its current active build inlined.
Same shape as a list entry plus an inline
Query parameters
"android" or "ios". Omit for both.Response
Returns{ apps }, ordered by created_at descending. Each app has id, name, platform, build_count, current_build (or null), created_at, updated_at.
Get a single app
builds array containing every build for the app — useful when you need the full version history.

