### Get Detections Source: https://docs.recordedfuture.com/reference/identity-detections Retrieve identity exposure detections with novel-only filtering and malware family attribution. ```APIDOC ## POST /identity/detections ### Description Retrieve identity exposure detections with novel-only filtering and malware family attribution. ### Method POST ### Endpoint /identity/detections ### Request Body - **organization_id** (array[UhashId]) - Required - Organization IDs to scope the detections query - **include_enterprise_level** (boolean) - Optional - Include enterprise-level detections across all organizations - **filter** (DetectionsFilter) - Optional - Filter criteria for detections ### Responses #### Success Response (200) - **Success** (Success) - Description: Success #### Error Responses - **Bad Request** (400) - Description: Bad Request - **Unauthorized** (401) - Description: Unauthorized - **Forbidden** (403) - Description: Forbidden - **Internal Server Error** (500) - Description: Internal Server Error ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.