cURL
curl --request GET \ --url https://api.bunny.net/compute/script/{id}/releases \ --header 'AccessKey: <api-key>'
{ "Items": [ { "Id": 123, "Deleted": true, "Code": "<string>", "Uuid": "<string>", "Note": "<string>", "Author": "<string>", "AuthorEmail": "<string>", "CommitSha": "<string>", "Status": 0, "DateReleased": "2023-11-07T05:31:56Z", "DatePublished": "2023-11-07T05:31:56Z" } ], "CurrentPage": 123, "TotalItems": 123, "HasMoreItems": true }
API Access Key authorization header
The ID of the script for which published releases would be returned
1 <= x <= 2147483647
5 <= x <= 1000
Published releases of the script with the requested ID
Show child attributes
Was this page helpful?