Skip to main content

Get Symbol File by GNU Build ID

GET 

/api/v0/organizations/:organization_slug/projects/:project_slug/symbols-by-gnu-build-id/:gnu_build_id

Download a previously uploaded ELF Symbol File given its GNU Build ID from files.memfault.com.

TIP: By using the HTTP HEAD method instead of GET, you can check for the existence of a symbol file without actually downloading it.


Return Value

Returns the ELF symbol file binary on success, or 404 Not Found if no match.

Request

Responses

ELF symbol file

Response Headers