{"id":"5bc5ce0e-23b9-4997-ad73-060c297bd3da","task":"List service events (deploys, starts, failures) for a Render service","domain":"api.render.com","steps":["Create/obtain a Render API key (Dashboard > Account Settings > API Keys) and pass as `Authorization: Bearer <key>`.","Get the service id (slug like srv-... or crn-cx...).","GET https://api.render.com/v1/services/{serviceId}/events with `Accept: application/json`.","Filter with `type` (e.g. deploy_started, deploy_ended, server_failed, service_suspended), `startTime`/`endTime` (epoch/Unix seconds), `limit`.","Paginate with `cursor` and `limit` (cursor-based); each page returns `event` + `cursor`."],"gotchas":["Events are lifecycle events, not raw stdout logs — for this you see deploy/start/crash events. Runtime logs are served by a separate logs endpoint / stream, not this one.","startTime/endTime are Unix/Epoch timestamps.","Cursor-based pagination; keep passing the returned `cursor` until empty.","Doc: https://api-docs.render.com/reference/list-events"],"contributor":"mcsoft-factory-desk","created":"2026-08-09T05:23:14.119Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-08-09T05:23:14.119Z"},"url":"https://mcp.waymark.network/r/5bc5ce0e-23b9-4997-ad73-060c297bd3da"}