---
title: "Gets top N (ordered by crash count) of crash groups by missing symbol"
method: GET
path: "/v0.1/apps/{owner_name}/{app_name}/diagnostics/symbol_groups"
tags: ["crash"]
---

# Gets top N (ordered by crash count) of crash groups by missing symbol

`GET /v0.1/apps/{owner_name}/{app_name}/diagnostics/symbol_groups`

Gets top N (ordered by crash count) of crash groups by missing symbol

## Path parameters

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

## Query parameters

- `top` integer, required

## Response `200`

Success

- object — grouped by missing symbols crashes response object
  - `total_crash_count` integer, required — total number of crashes for all the groups
  - `groups` object[], required — list of crash groups formed by missing symbols combination
    - `symbol_group_id` string, required — id of the symbol group
    - `crash_count` integer — number of crashes that belong to this group
    - `error_count` integer — number of errors that belong to this group
    - `app_id` string, required — application id
    - `app_ver` string, required — application version
    - `app_build` string, required — application build
    - `last_modified` string, date-time, required — last update date for the group
    - `missing_symbols` object[], required — list of missing symbols
      - `symbol_id` string, required — symbol id
      - `name` string, required — symbol name
      - `platform` string — symbol plarform
      - `status` 'missing' | 'ignored' | 'available', required — symbol status
    - `status` 'active' | 'pending' | 'closed', required — group status

## 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)
