---
title: "GET /v0.1/apps/{owner_name}/{app_name}/releases"
method: GET
path: "/v0.1/apps/{owner_name}/{app_name}/releases"
tags: ["distribute"]
---

# GET /v0.1/apps/{owner_name}/{app_name}/releases

`GET /v0.1/apps/{owner_name}/{app_name}/releases`

Return basic information about releases.

## Path parameters

- `owner_name` string, required
- `app_name` string, required

## Query parameters

- `published_only` boolean
- `scope` string
- `top` number
- `releaseId` number

## Response `200`

Success

- object[]
  - `id` integer, required — ID identifying this unique release.
  - `version` string, required — The release's version.<br> For iOS: CFBundleVersion from info.plist.<br> For Android: android:versionCode from AppManifest.xml.
  - `origin` 'hockeyapp' | 'appcenter' — The release's origin
  - `short_version` string, required — The release's short version.<br> For iOS: CFBundleShortVersionString from info.plist.<br> For Android: android:versionName from AppManifest.xml.
  - `enabled` boolean, required — This value determines the whether a release currently is enabled or disabled.
  - `uploaded_at` string, required — UTC time in ISO 8601 format of the uploaded time.
  - `destination_type` 'group' | 'store' | 'tester' — OBSOLETE. Will be removed in next version. The destination type.<br> <b>group</b>: The release distributed to internal groups and distribution_groups details will be returned.<br> <b>store</b>: The release distributed to external stores and distribution_stores details will be returned. <br>
  - `distribution_groups` object[] — OBSOLETE. Will be removed in next version. A list of distribution groups that are associated with this release.
    - `id` string, required — ID identifying a unique distribution group.
    - `name` string — A name identifying a unique distribution group.
    - `is_latest` boolean — Is the containing release the latest one in this distribution group.
  - `distribution_stores` object[] — OBSOLETE. Will be removed in next version. A list of distribution stores that are associated with this release.
    - `id` string, required — ID identifying a unique distribution store.
    - `name` string — A name identifying a unique distribution store.
    - `type` 'intune' | 'googleplay' | 'apple' | 'none' — type of the distribution store currently stores type can be intune, googleplay or windows.
    - `publishing_status` string — publishing status of the release in the store.
    - `is_latest` boolean — Is the containing release the latest one in this distribution store.
  - `destinations` object[] — A list of distribution groups or stores.
    - `id` string, required — Id of a distribution group / store. The release will be associated with this distribution group / store. If the distribution group / store doesn't exist a 400 is returned. If both distribution group / store name and id are passed, the id is taking precedence.
    - `name` string — Name of a distribution group / distribution store. The release will be associated with this distribution group or store. If the distribution group / store doesn't exist a 400 is returned. If both distribution group / store name and id are passed, the id is taking precedence.
    - `is_latest` boolean — Is the containing release the latest one in this distribution store.
    - `type` 'intune' | 'googleplay' | 'apple' | 'none' — type of the distribution store currently stores type can be intune, googleplay or windows.
    - `publishing_status` string — publishing status of the release in the store.
    - `destination_type` 'group' | 'store' | 'tester' — Destination can be either store or group.
    - `display_name` string — Display name for the group or tester
  - `build` object — Build information for the release
    - `branch_name` string — The branch name of the build producing the release
    - `commit_hash` string — The commit hash of the build producing the release
    - `commit_message` string — The commit message of the build producing the release
  - `is_external_build` boolean — This value determines if a release is external or not.
  - `file_extension` string — The file extension of the main (user-uploaded) package file.

---

[API](https://skmtc.net/appcenter/apis/app-center-client.md) · [All operations](https://skmtc.net/appcenter/apis/app-center-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appcenter/app-center-client/revisions/4e9226ab8f35/schema)
