v1
latestSwagger 2.0MIT2026-08-06120162320.1 KBapplication
Get list of the apps for an organization
List all the available apps owned by a given organization. Find the organization URL of the organisations you are part of; be aware that the endpoint will not return any apps if the authenticated account is not a member of the given organisation.
get/organizations/{org-slug}/apps
Path parameters
org-slugstring required
Organization slug
Query parameters
sort_by'last_build_at' | 'created_at'
Order of applications: sort them based on when they were created or the time of their last build
nextstring
Slug of the first app in the response
limitinteger
Max number of elements per page (default: 50)
titlestring
The title of the app
project_typestring
The project type of the app (eg. 'ios', 'android')
Response
OK