GET
https://api.craftkit.dev/v1/renders/:id/engagementlinkOpens tally, the grand total, and up to the 25 most
recent events (newest first) for a single render. Scoped to your API key’s project.
Authorization
Bearer ck_live_… — a project API key.Path parameters
The render id. Must belong to this key’s project.
Response
200 with the engagement summary.
Per-type event counts. Always contains all seven keys, zero-filled when there is no activity.
Subset of
viewed events that came through a shared link (shareId is non-null). Separates
link traffic from in-dashboard views.Sum of all
counts.Up to 25 most recent events, newest first.
Errors
| Status | code | Meaning |
|---|---|---|
| 401 | unauthorized | Missing, invalid, or revoked key. |
| 403 | forbidden | Key’s project no longer exists. |
| 404 | not_found | No render with that id in this key’s project. |
cURL
200