---
title: "GET /v1/projects/{projectId}/releases"
method: GET
path: "/v1/projects/{projectId}/releases"
tags: ["Releases"]
---

# GET /v1/projects/{projectId}/releases

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

## Path parameters

- `projectId` string, required

## Query parameters

- `page` integer
- `perPage` integer
- `releaseTags` string[]
- `deviceTags` string[]
- `ids` string[]
- `rollout` boolean
- `blueprintId` string

## Response `200`

A successful response.

- GoliothListReleaseResponse
  - `list` GoliothRelease[]
    - `artifactIds` string[]
    - `blueprintId` string
    - `cohortId` string
    - `createdAt` string, date-time
    - `deviceTagIds` string[]
    - `id` string
    - `releaseTags` string[]
    - `rollout` boolean
    - `sequenceNumber` string, int64
    - `suitManifest` object
    - `updatedAt` string, date-time
  - `page` integer
  - `perPage` integer
  - `total` integer

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/golioth/apis/golioth-api.md) · [All operations](https://skmtc.net/golioth/apis/golioth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/golioth/golioth-api/revisions/47c98ae69a55/schema)
