Events
GET /v1/events
Section titled “GET /v1/events”Event feed (catch-up)
Ascending pull feed over the same log webhooks deliver from — each item has exactly the webhook delivery shape.
Scope: events:read
| Query | |
|---|---|
since | ISO-8601 — events from this instant |
type | One catalogue event type |
limit | Page size, 1-200 (default 50) |
cursor | Opaque cursor from meta.nextCursor |
curl https://app.rieck.nu/api/v1/events \ -H "Authorization: Bearer $RIECK_API_KEY"const svar = await rieck.request("GET", "/v1/events");