---
title: "Get releases of app"
method: GET
path: "/v1/projects/{name}/releases"
tags: ["Apps"]
---

# Get releases of app

`GET /v1/projects/{name}/releases`

get releases of app that user owns

## Path parameters

- `name` string, required

## Query parameters

- `page` number, required
- `count` number, required

## Response `200`

Successful operation

- Releases
  - `total` number — The total of releases
  - `currentRelease` string — The currentRelease of releases
  - `readyReleasesCount` number — The total of releases
  - `releases` object[] — The total of releases
    - `_id` string — The id of release
    - `type` string — The type of release
    - `imageName` string — The imageName of release
    - `projectType` string — The projectType of release
    - `state` string — The state of release
    - `port` number — The port of release
    - `gitInfo` object
      - `branch` string, nullable
      - `message` string, nullable
      - `commit` string, nullable
      - `committedAt` string, date-time, nullable
      - `remote` string, nullable
      - `author` object
        - `email` string, nullable
        - `name` string, nullable
      - `tags` string[]
    - `client` string — The client of release
    - `finishedAt` string — The finishedAt of release
    - `createdAt` string — The createdAt of release
    - `tag` string — The tag of release
    - `sourceAvailable` boolean — The sourceAvailable of release
  - `platform` string

## Other responses

- `400` — Bad request
- `401` — Missing authentication
- `404` — App does not exists.

---

[API](https://skmtc.net/liara-cloud/apis/paas.md) · [All operations](https://skmtc.net/liara-cloud/apis/paas/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liara-cloud/paas/revisions/4413e6f56089/schema)
