Get combined radar and signal events for multiple organizations in one call
| Parameter | Type | Required | Description |
|---|---|---|---|
ids | string | Yes | Comma-separated organization IDs (max 25) |
since | string | Yes | ISO 8601 timestamp — only events after this time |
limit | integer | No | Max events per type per org (default 5, max 10) |
compact | boolean | No | Omit posts, bulletSummary, eventOwner, eventParticipants |
creditCost field in the response tells you exactly what was charged, so agents can self-budget.
| Orgs | Credits | Monthly (3x/day) |
|---|---|---|
| 5 | 15 | 1,350 |
| 10 | 30 | 2,700 |
| 25 | 75 | 6,750 |
| 50 (2 calls) | 150 | 13,500 |
| Status | Error | Cause |
|---|---|---|
| 400 | ids parameter is required | Missing org IDs |
| 400 | No valid organization IDs provided | All IDs unparseable |
| 400 | Maximum 25 organization IDs per batch request | Too many IDs |
| 400 | since parameter is required | Missing time filter |