Skip to main content
GET
Get All Radar
Radar events are structured summaries of noteworthy activity across the digital asset ecosystem — partnerships, product launches, regulatory developments, security incidents, and more. Each event includes the organizations involved, a human-readable summary, bullet points, and the original source posts. The live API returns both canonical field names and legacy compatibility fields during the schema transition. New integrations should build against the canonical names:
  • summary
  • bullets
  • owners
  • participants
  • evidence
  • latestEvidenceTimestamp
  • significance
Use this endpoint to pull a chronological feed of all radar events since a given timestamp.
This is a bulk feed endpoint intended for higher-tier polling and export workflows. For most applications, prefer /v1/radar/byOrganizationId or /v1/radar/byCategory.

Query Parameters

  • since (string, required) — ISO 8601 timestamp. Only return events newer than this time. See Polling Guide.
  • limit (integer, default: 25, max: 25)
  • offset (integer, default: 0, max: 250)
  • cursor (string, optional) — Opaque cursor token from a previous next_cursor response. When provided, since is required and offset is ignored.
The since parameter is required. Requests without it return 400:
Invalid timestamps (e.g. since=garbage) are also rejected with 400.This endpoint is for recent monitoring, not deep historical replay. The since timestamp cannot be older than 7 days. For deeper history, use scoped routes or contact Shoal about export access.

Request

cURL

Response (200)

Legacy compatibility fields are still present for existing clients:
  • globalSummary -> summary
  • bulletSummary -> bullets
  • eventOwner -> owners
  • eventParticipants -> participants
  • posts -> evidence
  • latestPostTimestamp -> latestEvidenceTimestamp
  • signal -> significance