---
title: "Get Releases"
method: GET
path: "/compute/script/{id}/releases"
tags: ["Release"]
---

# Get Releases

`GET /compute/script/{id}/releases`

## Path parameters

- `id` integer, required

## Query parameters

- `page` integer
- `perPage` integer

## Response `200`

Published releases of the script with the requested ID

- PaginationListModelOfEdgeScriptReleaseModel
  - `Items` EdgeScriptReleaseModel[], nullable
    - `Id` integer
    - `Deleted` boolean
    - `Code` string, nullable
    - `Uuid` string, nullable
    - `Note` string, nullable
    - `Author` string, nullable
    - `AuthorEmail` string, nullable
    - `CommitSha` string, nullable
    - `Status` 0 | 1 — 0 = Archived 1 = Live
    - `DateReleased` string, date-time
    - `DatePublished` string, date-time
  - `CurrentPage` integer
  - `TotalItems` integer
  - `HasMoreItems` boolean

## Other responses

- `401` — The request authorization failed
- `404` — The script with the requested ID does not exist.
- `500` — Internal Server Error

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/versions/9e622620664b/schema)
