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

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

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

Returns the list of all symbols for the provided application

## Path parameters

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

## Response `200`

Success

- object[] — A response containing the list of symbols matching the specified filter (if any was provided)
  - `symbol_id` string, required — The unique id for this symbol (uuid)
  - `type` 'Apple' | 'JavaScript' | 'Breakpad' | 'AndroidProguard' | 'UWP', required — The type of the symbol for the current symbol upload
  - `app_id` string, required — The application that this symbol belongs to
  - `platform` string, required — The platform that this symbol is associated with
  - `url` string, required — The path name of the symbol file in blob storage
  - `origin` 'System' | 'User', required — The origin of the symbol file
  - `alternate_symbol_ids` string[], required — The other symbols in the same file
  - `status` 'available' | 'ignored', required — Whether the symbol is ignored.
  - `version` string — The version number. Optional for Apple. Required for Android.
  - `build` string — The build number. Optional for Apple. Required for Android.
  - `symbol_upload_id` string, required — The id of the symbol upload this symbol belongs to.

## Other responses

- `403` — Unauthorized
- `500` — Internal 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)
