---
title: "GET /v0.1/orgs/{org_name}/distribution_groups_details"
method: GET
path: "/v0.1/orgs/{org_name}/distribution_groups_details"
tags: ["account"]
---

# GET /v0.1/orgs/{org_name}/distribution_groups_details

`GET /v0.1/orgs/{org_name}/distribution_groups_details`

Returns a list of distribution groups with details for an organization

## Path parameters

- `org_name` string, required

## Query parameters

- `apps_limit` number

## Response `200`

Success

- object[]
  - `id` string, uuid, required — The unique ID of the distribution group
  - `name` string, required — The name of the distribution group used in URLs
  - `display_name` string — The name of the distribution group
  - `origin` 'appcenter' | 'hockeyapp', required — The creation origin of this distribution group
  - `is_public` boolean, required — Whether the distribution group is public
  - `total_apps_count` number, required — The count of apps associated with this distribution group
  - `total_users_count` number, required — The count of users in the distribution group
  - `apps` object[], required — The apps associated with the distribution group
    - `id` string, uuid, required — The unique ID (UUID) of the app
    - `description` string — The description of the app
    - `display_name` string, required — The display name of the app
    - `release_type` string — A one-word descriptive release-type value that starts with a capital letter but is otherwise lowercase
    - `icon_url` string — The string representation of the URL pointing to the app's icon
    - `icon_source` string — The string representation of the source of the app's icon
    - `name` string, required — The name of the app used in URLs
    - `os` 'Android' | 'iOS' | 'macOS' | 'Tizen' | 'tvOS' | 'Windows' | 'Linux' | 'Custom', required — The OS the app will be running on
    - `owner` object, required — The information about the app's owner
      - `id` string, uuid, required — The unique id (UUID) of the owner
      - `avatar_url` string — The avatar URL of the owner
      - `display_name` string, required — The owner's display name
      - `email` string — The owner's email address
      - `name` string, required — The unique name that used to identify the owner
      - `type` 'org' | 'user', required — The owner type. Can either be 'org' or 'user'
    - `app_secret` string, required — A unique and secret key used to identify the app in communication with the ingestion endpoint for crash reporting and analytics
    - `azure_subscription` object
      - `subscription_id` string, uuid, required — The azure subscription id
      - `tenant_id` string, uuid, required — The tenant id of the azure subscription belongs to
      - `subscription_name` string, required — The name of the azure subscription
      - `is_billing` boolean — If the subscription is used for billing
      - `is_billable` boolean — If the subscription can be used for billing
      - `is_microsoft_internal` boolean — If the subscription is internal Microsoft subscription
    - `platform` 'Java' | 'Objective-C-Swift' | 'UWP' | 'Cordova' | 'React-Native' | 'Unity' | 'Electron' | 'Xamarin' | 'WPF' | 'WinForms' | 'Unknown' | 'Custom', required — The platform of the app
    - `origin` 'appcenter' | 'hockeyapp' | 'codepush', required — The creation origin of this app
    - `created_at` string — The created date of this app
    - `updated_at` string — The last updated date of this app
    - `member_permissions` string[] — The permissions of the calling user

## Other responses

- `default` — Error

---

[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/versions/4e9226ab8f35/schema)
