Skip to main content
GET
List Apps
List every mobile app in your company, each with its current active build inlined.

Query parameters

string
"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

Same shape as a list entry plus an inline builds array containing every build for the app — useful when you need the full version history.