Get Global Replay
Replay
Get Global Replay
Get a recent merged replay across radar and signal
GET
Get Global Replay
Global Replay v1 is Shoal’s first explicit premium replay surface.
Use it when you need:
- recent merged historical reconstruction
- one stream across both
radarandsignal - a clearer replay product than stretching
/v1/radar/allor/v1/signal/all
Access
- Access layer:
premium - Plan floor:
enterprise - Surface:
replay
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
since | string | Yes | ISO 8601 timestamp; must be within the last 30 days |
limit | integer | No | Max results (default 10, max 10) |
offset | integer | No | Offset for the first page only (max 100) |
cursor | string | No | Shoal cursor for subsequent pages |
Request
cURL
Response (200)
Notes
- Replay uses the canonical event aliases:
summary,bullets,owners,participants,evidence,latestEvidenceTimestamp,significance. - Each replay item includes
surfaceso you can distinguishsignalfromradar. - This route is intentionally narrower than full export.
- If you only need one organization, prefer
/v1/timeline/byOrganizationId. - If you only need recent monitoring, prefer the feed routes instead of replay.
Errors
- 400 if
sinceis missing - 400 if
sinceis older than 30 days - 403 if the API key does not meet the plan floor
- 500 on internal server error