Skip to main content
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:
  • summary
  • bullets
  • owners
  • participants
  • evidence
  • latestEvidenceTimestamp
  • significance
Legacy fields remain available as compatibility aliases during the transition.

Agent Usage Pattern

Python