v1
latestSwagger 2.0MIT2026-08-06120162320.1 KBbuild-artifact
Get a list of all build artifacts
List all build artifacts that have been generated for an app's build. This endpoint can retrieve artifacts from the archive as well. You can use the created build artifact slugs from the response output to retrieve data of a specific build artifact with the GET/apps/ endpoint or update a build artifact with the PATCH/apps endpoint.
get/apps/{app-slug}/builds/{build-slug}/artifacts
Path parameters
app-slugstring required
App slug
build-slugstring required
Build slug
Query parameters
nextstring
Slug of the first build artifact in the response
limitinteger
Max number of build artifacts per page is 50.
Response
OK