Submit a verdict for a case
Cases
Submit a verdict for a case
Feed back a verdict from a SOAR playbook or SOC analyst.
Supply a single outcome describing what happened to the case. An optional comment and list of supporting event_ids (threat event UUIDs, up to 200) may be included.
outcome must be one of: SAFE, TRUE_POSITIVE, FALSE_POSITIVE, DUPLICATE, ESCALATED.
POST
Submit a verdict for a case
Documentation Index
Fetch the complete documentation index at: https://docs.truu.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Domain-scoped API key. Generate and manage keys from the API Keys page in Settings.
Accepted in two forms:
X-API-Key: <key>header (preferred)Authorization: Bearer <key>header (also accepted)
Path Parameters
Body
application/json
What happened to the case. One label, no ambiguity:
SAFE— Benign, no threat (enforcement Mark Safe; not triage swipe)TRUE_POSITIVE— Confirmed threat, actionedFALSE_POSITIVE— Incorrectly flagged (same enforcement Mark Safe as SAFE)DUPLICATE— Already handled under another caseESCALATED— Passed to investigation or SOC tier
Maximum string length:
2000Optional event IDs supporting this verdict
Maximum array length:
200Response
Verdict accepted and applied
What happened to the case. One label, no ambiguity:
SAFE— Benign, no threat (enforcement Mark Safe; not triage swipe)TRUE_POSITIVE— Confirmed threat, actionedFALSE_POSITIVE— Incorrectly flagged (same enforcement Mark Safe as SAFE)DUPLICATE— Already handled under another caseESCALATED— Passed to investigation or SOC tier

