v1
latestOpenAPI 3.0.02026-07-26117198177.4 KBInvestigations
Save a Trail investigation to the workspace
post/v2/investigations
Request body
Example request
{
"title": "Peel chain from Binance hot wallet",
"subject_address": "0xabc...",
"subject_network": "eth",
"subject_tx_hash": "0xdef...",
"data": {
"nodes": [],
"notes": [],
"canvas": {}
}
}Response
Example response
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"workspace_id": "workspace-123",
"title": "Peel chain from Binance hot wallet",
"subject_address": "0xabc...",
"subject_network": "eth",
"subject_tx_hash": "0xdef...",
"status": "open",
"created_by": "analyst@range.org",
"created_at": "2026-07-09T00:00:00.000Z",
"updated_at": "2026-07-09T00:00:00.000Z",
"data": {
"nodes": [],
"notes": [],
"canvas": {}
}
}