GET /apps — List All Currently Tracked Applications
Returns every application currently tracked by the NSP daemon, including probe status, state confidence score, and available object and action counts.
Call GET /apps to retrieve a summary of every process the NSP daemon is currently tracking. The response includes probe health, confidence scores, object and action counts, and — for browser and Electron applications — the current URL and semantic view name. The daemon updates this list continuously as processes start and stop, so you can poll this endpoint to discover newly launched applications without restarting your agent.
Stable semantic identifier that survives daemon restarts, for example "gmail-chrome-12847". Prefer app_id over pid when targeting actions, as PIDs can change across sessions.
true when a state snapshot is available. false when the cold probe is still in progress — call GET /state/{pid} with fresh=true to wait for the first capture.