cURL
curl --request GET \ --url https://api.topograph.co/v2/monitors/{id}/logs \ --header 'x-api-key: <api-key>'
{ "logs": [ { "id": "cmfzlu1dt000j12ldeqrfszq0", "changeDetected": true, "changeCategories": [ "status", "address" ], "fetchStatus": "success", "createdAt": "2026-03-20T02:00:00.000Z", "errorMessage": null } ], "hasNextPage": true, "nextCursor": "cmfzlu1dt000j12ldeqrfszq0" }
Monitor ID
Number of items to fetch (default: 25)
Cursor for pagination
Monitor change logs
List of monitor log entries
Show child attributes
Whether there is a next page available
true
Cursor for the next page
"cmfzlu1dt000j12ldeqrfszq0"