v1
latestOpenAPI 3.0.02026-07-26117198177.4 KBInvestigations
List workspace investigations (canvas data excluded)
get/v2/investigations
Query parameters
status'open' | 'archived'
subject_addressstring
Example:0xabc...
subject_networkstring
Example:eth
limitnumber
offsetnumber
Response
Example response
{
"items": [
{
"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"
}
],
"total": 12
}