Get a list of all build artifacts
GET/apps/:app-slug/builds/:build-slug/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.
RequestClick to copy link
ResponsesClick to copy link
- 200
- 400
- 401
- 404
- 500
OK
Bad Request
Unauthorized
Not Found
Internal Server Error