Get Brief
Brief
Get Brief
Get combined radar and signal events for a single organization
GET
Get Brief
Returns radar and signal events in a single response, eliminating the need for two separate API calls.
New integrations should build against the canonical event aliases shown above. Legacy fields such as
Brief endpoints are available only on plans that include the Shoal brief surface.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Organization ID |
since | string | Yes | ISO 8601 timestamp — only events after this time |
limit | integer | No | Max events per type (default 5, max 20) |
compact | boolean | No | Omit evidence, bullets, owners, and participants (legacy compatibility fields are also omitted) |
Request
cURL
Compact Request
cURL
Response (200)
globalSummary, latestPostTimestamp, and signal are still returned as compatibility fields during the transition.
Errors
| Status | Error | Cause |
|---|---|---|
| 400 | id parameter is required | Missing org ID |
| 400 | since parameter is required | Missing time filter |
| 404 | Organization not found | Invalid org ID |