Headers
Get your API keyAPI key (`sfk_...`)
Monitor identifier.
min 1 chars
Opaque pagination cursor from a previous response's `nextCursor`.
min 1 chars
Maximum number of events to return. Defaults to 25 server-side.
≥ 1 · ≤ 100
Endpoint-specific response payload.
Events for this monitor, newest first.
Stable identifier for the event.
min 1 chars
Event type, for example `monitor.new_items`.
min 1 chars
The event envelope payload delivered to webhooks.
Credits charged for the check that produced this event.
≥ 0
ISO-8601 timestamp for when the event was recorded.
Cursor to pass as `cursor` in the next request when more events are available; otherwise null.
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
True when served from shared response cache. Credits still apply (full endpoint price); Age header may be present.
Code example
curl "https://api.socialfetch.dev/v1/monitors/abc123/events" \
-H "x-api-key: YOUR_API_KEY"Responses
Events recorded for this monitor.