Monitors
List a monitor's recent check history
List recent poll/check history for a monitor.
GET/v1/monitors/{id}/checks
0credits
Headers
Get your API keyx-api-keystringheader
API key (`sfk_...`)
Parameters
1
idstringrequiredpath
Monitor identifier.
min 1 chars
Response fields
8
Endpoint-specific response payload.
Recent check history for this monitor, newest first. Each entry is a plain JSON object (`{ at, outcome, newItems?, creditsCharged?, reason? }`) taken from the monitor's check-history ring buffer.
datachecks[]
nullableoptional
Metadata describing the request and billing outcome.
metarequestId
string
Unique request identifier for tracing this API call.
min 1 chars
metacreditsCharged
integer
Credits charged for this request.
≥ 0
metaversion
string
Public API version that served the response.
one of: v1
metacached
booleanoptional
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/checks" \
-H "x-api-key: YOUR_API_KEY"Responses
Recent checks for this monitor.