v1

latestOpenAPI 3.0.3Apache 2.02026-07-142201861.5 MB
Mobile Builds

Get the latest installable build for a project

Get the latest installable build for a project.

Returns the latest installable build matching filter criteria. When buildVersion is provided, also returns the current build and whether an update is available.

get/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprodartifacts/build-distribution/latest/

Path parameters

organization_id_or_slugstring required

The ID or slug of the organization the resource belongs to.

project_id_or_slugstring required

The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.

Query parameters

appIdstring required

App identifier (exact match).

platformstring required

Platform: "apple" or "android".

buildVersionstring

Current build version. When provided, enables check-for-updates mode.

buildNumberinteger

Current build number. Either this or mainBinaryIdentifier must be provided when buildVersion is set.

mainBinaryIdentifierstring

UUID of the main binary (e.g. Mach-O UUID for Apple builds). Either this or buildNumber must be provided when buildVersion is set.

buildConfigurationstring

Filter by build configuration name (exact match).

codesigningTypestring

Filter by code signing type.

installGroupsstring[]

Filter by install group name (repeatable for multiple groups).

Response