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