---
title: "GET /v0.1/apps/{owner_name}/{app_name}/crash_groups"
method: GET
path: "/v0.1/apps/{owner_name}/{app_name}/crash_groups"
tags: ["crash"]
deprecated: true
---

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

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

> **Deprecated.**

Gets a list of crash groups and whether the list contains all available groups.

## Path parameters

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

## Query parameters

- `last_occurrence_from` string, date-time
- `last_occurrence_to` string, date-time
- `app_version` string
- `group_type` 'GroupType1' | 'GroupType2'
- `group_status` 'open' | 'closed' | 'ignored'
- `group_text_search` string
- `$orderby` 'last_occurrence asc' | 'last_occurrence desc' | 'count asc' | 'count desc' | 'display_id asc' | 'display_id desc' | 'impacted_users asc' | 'impacted_users desc'
- `continuation_token` string

## Response `200`

Success

- object
  - `limited_result_set` boolean, required
  - `continuation_token` string — Cassandra request continuation token. The token is used for pagination.
  - `crash_groups` object[], required
    - `crash_group_id` string, required
    - `new_crash_group_id` string, required
    - `display_id` string, required
    - `app_version` string, required
    - `build` string, required
    - `status` 'open' | 'closed' | 'ignored', required
    - `count` integer, required
    - `impacted_users` integer
    - `first_occurrence` string, date-time, required
    - `last_occurrence` string, date-time, required
    - `exception` string
    - `crash_reason` string, required
    - `reason_frame` object — frame belonging to the reason of the crash
      - `class_name` string — name of the class
      - `method` string — name of the method
      - `class_method` boolean — is a class method
      - `file` string — name of the file
      - `line` integer — line number
      - `app_code` boolean — this line isn't from any framework
      - `framework_name` string — Name of the framework
      - `code_formatted` string — Formatted frame string
      - `code_raw` string — Unformatted Frame string
      - `language` 'JavaScript' | 'CSharp' | 'Objective-C' | 'Objective-Cpp' | 'Cpp' | 'C' | 'Swift' | 'Java' | 'Unknown' — programming language of the frame
      - `method_params` string — parameters of the frames method
      - `exception_type` string — Exception type.
      - `os_exception_type` string — OS exception type. (aka. SIGNAL)
    - `fatal` boolean, required — Crash or handled exception
    - `annotation` string, required

## 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/revisions/4e9226ab8f35/schema)
