Core dumps

Start core dump analysis

POST
/workspaces/{workspaceId}/core-dumps/{coreDumpId}/start-analysis

Authorization

API key Core dumps: write
AuthorizationBearer <token>

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

In: header

Scope: Core dumps: write

Path Parameters

workspaceId*string
Formatuuid
coreDumpId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

symbolFileId*string

Response Body

application/problem+json

curl -X POST "https://example.com/workspaces/00000000-0000-0000-0000-000000000001/core-dumps/d4Rt89jWq5Zb/start-analysis" \  -H "Content-Type: application/json" \  -d '{    "symbolFileId": "f1Lk64dHs7Xa"  }'
Empty