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
}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 <= 21474836475 <= x <= 1000Was this page helpful?