curl --request GET \
--url https://api.example.com/api/projects/{projectId}/releases/{releaseId}/download \
--header 'Authorization: Bearer <token>'Download all files in a release as a ZIP archive.
curl --request GET \
--url https://api.example.com/api/projects/{projectId}/releases/{releaseId}/download \
--header 'Authorization: Bearer <token>'Personal access token is obtained through your profile
Project unique identifier
Release unique identifier
Transfer mode for the download (buffered returns complete file, streamed uses chunked transfer)
buffered, streamed Default Response
Was this page helpful?