Measure logo
REST API ReferenceDashboard APIApps

Download a build's mapping file

GET/apps/{id}/builds/{buildFileId}/download

Download one of a build's mapping files, packaged the way its platform tooling expects. File ids come from the files array of the builds list response.

The response is the mapping file itself with a Content-Disposition filename, not JSON. Packaging depends on the file's mapping_type: proguard returns the mapping file as stored, named mapping.txt; elf_debug returns the debug file as stored, named with its uploaded filename; jsbundle returns the bundle or sourcemap file as stored, named with its uploaded filename; dsym returns a zip of the .dSYM bundle reconstructed around the stored DWARF binary, named <binary>.dSYM.zip.

Authorization

bearerAuth
AuthorizationBearer <token>

User access token issued at sign-in. Sent as Authorization: Bearer <access-token> unless cookies are used to send tokens. The /auth/refresh and /auth/signout endpoints expect the session's refresh token in the same header format instead.

In: header

Path Parameters

id*string

App's UUID.

Formatuuid
buildFileId*string

Build file's UUID.

Formatuuid

Response Body

application/octet-stream

curl -X GET "https://example.com/apps/497f6eca-6276-4993-bfeb-53cbbbba6f08/builds/497f6eca-6276-4993-bfeb-53cbbbba6f08/download"
"string"
Empty
Empty
Empty
Empty
Empty
Empty

Think this page can be better?

Open an issue