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>'Documentation Index
Fetch the complete documentation index at: https://docs.gorules.io/llms.txt
Use this file to discover all available pages before exploring further.
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?