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

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

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

Gets a list of all uploads for the specified application

## Path parameters

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

## Query parameters

- `top` integer
- `status` 'all' | 'uploaded' | 'processed'
- `symbol_type` 'AndroidProguard' | 'Apple' | 'Breakpad' | 'JavaScript' | 'UWP'

## Response `200`

Success

- object[] — A set of symbol upload entities
  - `symbol_upload_id` string, required — The id for the current symbol upload
  - `app_id` string, required — The application that this symbol upload belongs to
  - `user` object — User information of the one who intitiated the symbol upload
    - `email` string — The email of the user
    - `display_name` string — The full name of the user. Might for example be first and last name
  - `status` 'created' | 'committed' | 'aborted' | 'processing' | 'indexed' | 'failed', required — The current status for the symbol upload
  - `symbol_type` 'Apple' | 'JavaScript' | 'Breakpad' | 'AndroidProguard' | 'UWP', required — The type of the symbol for the current symbol upload
  - `symbols_uploaded` object[] — The symbols found in the upload. This may be empty until the status is indexed
    - `symbol_id` string, required — The symbol id of the symbol binary
    - `platform` string, required — The platform the symbol is associated with
  - `origin` 'User' | 'System' — The origin of the symbol upload
  - `file_name` string — The file name for the symbol upload
  - `file_size` number — The size of the file in Mebibytes. This may be 0 until the status is indexed
  - `timestamp` string, date-time — When the symbol upload was committed, or last transaction time if not committed

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