---
title: "List all releases"
method: GET
path: "/v3/organizations/{organizationId}/releases"
tags: ["OrganizationReleases"]
---

# List all releases

`GET /v3/organizations/{organizationId}/releases`

Returns a list of published releases of the products which are associated with the organization through its licenses. The releases are returned sorted by published date, with the most recent published release appearing first.

## Path parameters

- `organizationId` string, required

## Query parameters

- `page` integer
- `limit` integer
- `sort` string
- `product.displayName` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `sw` string, string — Matches values that start with the specified value.
  - `ew` string, string — Matches values that end with the specified value.
  - `cn` string, string — Matches values that contain the specified value.
  - `nc` string, string — Matches values that do not contain the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `include` IncludeReleaseProperties[]

## Response `200`

OK

- UserReleaseDto[]
  - `id` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `name` string, required
  - `channel` string, required
  - `version` string, required
  - `platforms` string[], required
  - `notes` string, required
  - `totalFiles` integer, required
  - `publishedAt` string, date-time, nullable
  - `files` ReleaseFileDto[], nullable
    - `id` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `name` string, required
    - `url` string, required
    - `size` integer, required
    - `downloads` integer, required
    - `extension` string, required
    - `checksum` string, required
    - `secured` boolean, required
    - `published` boolean, required
    - `releaseId` string, required
    - `releaseName` string, required
  - `product` UserProductBaseDto, required
    - `id` string, required
    - `displayName` string, required
    - `iconUrl` string, nullable
    - `description` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Server Error

---

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