v1

latestSwagger 2.0MIT2026-08-06120162320.1 KB
builds

List 1000 archived builds of an app

List the first 1000 archived builds of a specified Bitrise app. Set parameters to filter builds:

get/apps/{app-slug}/archived-builds

Path parameters

app-slugstring required

App slug

Query parameters

afterinteger required

Listed builds should only be the ones which ran after the given date (Unix Timestamp)

beforeinteger required

Listed builds should only be the ones which ran before the given date (Unix Timestamp)

limitinteger required

Limit the number of listed builds (max: 1000, default: 1000)

Response

OK