v1

latestSwagger 2.02026-07-132525401.9 MB
crash

Gets a list of all uploads for the specified application

get/v0.1/apps/{owner_name}/{app_name}/symbol_uploads

Path parameters

owner_namestring required

The name of the owner

app_namestring required

The name of the application

Query parameters

topinteger

The maximum number of results to return.

status'all' | 'uploaded' | 'processed'

Filter results by the current status of a symbol upload: * all: all states in the symbol upload process. Includes created, aborted, committed, processing, indexed and failed states * uploaded: all states after package is uploaded. Includes committed, processing, indexed and failed states * processed: symbol upload processing is completed. Includes indexed and failed states.

symbol_type'AndroidProguard' | 'Apple' | 'Breakpad' | 'JavaScript' | 'UWP'

The type of symbols

Response

Success

symbol_upload_idstring required

The id for the current symbol upload

app_idstring required

The application that this symbol upload belongs to

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

origin'User' | 'System'

The origin of the symbol upload

file_namestring

The file name for the symbol upload

file_sizenumber

The size of the file in Mebibytes. This may be 0 until the status is indexed

timestampstring date-time

When the symbol upload was committed, or last transaction time if not committed