Symbol files

Get symbol file content link

GET
/workspaces/{workspaceId}/symbol-files/{symbolFileId}

Authorization

API key Symbol files: read
AuthorizationBearer <token>

API key (sf_...) with any of the required scopes. Generate it in the Spotflow portal on the settings page.

In: header

Scope: Symbol files: read

Path Parameters

workspaceId*string
Formatuuid
symbolFileId*string

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/workspaces/00000000-0000-0000-0000-000000000001/symbol-files/f1Lk64dHs7Xa"

Time-limited link to the symbol file.

{  "contentSasLink": "https://storage.spotflow.io/symbol-files/f1Lk64dHs7Xa.elf?sv=2025-01-01&sig=example"}