cURL
curl --request GET \ --url https://backend.revyl.ai/api/v1/apps/builds/{version_id} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "app_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "version": "<string>", "artifact_url": "<string>", "metadata": {}, "owner": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "uploaded_at": "2023-11-07T05:31:56Z", "download_url": "<string>", "package_name": "<string>", "was_reused": true }
Get a specific build
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Include presigned download URL
Successful Response
Response model for a build (specific artifact/version of an app).