Batch Brief
Brief
Batch Brief
Get combined radar and signal events for multiple organizations in one call
GET
Batch Brief
The batch brief endpoint is designed for AI agents and dashboards that monitor multiple organizations. Instead of making 2N calls (N radar + N signal), make 1 call for up to 25 organizations.
Batch brief is a higher-tier endpoint. Use
/v1/brief for single-organization workflows when batch access is not available on your plan.Query Parameters
Request
cURL
Response (200)
Errors
Invalid IDs within the batch return inline errors (not a 404), so one bad ID doesn’t fail the whole request.
Batch brief event objects follow the same canonical event contract as Radar, Signal, and Search:
summarybulletsownersparticipantsevidencelatestEvidenceTimestampsignificance
Agent Usage Pattern
Python