Get Radar by Organization ID
Radar
Get Radar by Organization ID
Get radar events for a specific organization by ID
GET
Get Radar by Organization ID
Returns radar events for a specific canonical organization. Use this to build an organization-level activity feed or monitor a single project for news.
Results prioritize direct organization matches and may also include strongly related context when it is clearly relevant, such as affiliated foundations, governance bodies, core teams, or native assets.
Query Parameters
id(integer, required) — Organization IDlimit(integer, default: 50, max: 50)offset(integer, default: 0, max: 500)since(string, optional) — ISO 8601 timestamp. Only return events newer than this time. See Polling Guide.cursor(string, optional) — Opaque cursor token from a previousnext_cursorresponse. When provided,sinceis required andoffsetis ignored.
Request
cURL
Response
Same as/v1/radar/all but filtered for one organization. Includes next_cursor (string or null) for cursor-based pagination.
Notes
- The
idshould be a canonical organization ID from the organizations endpoints. - Direct matches rank first.
- Strongly related organization and native-asset activity may also appear when it improves recall for the requested organization.
Errors
- 400 if
idmissing - 500 on internal server error