Skip to main content
GET https://api.craftkit.dev/v1/renders/:id/engagement
Returns per-type engagement counts, a linkOpens 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

string
required
Bearer ck_live_… — a project API key.

Path parameters

string
required
The render id. Must belong to this key’s project.

Response

200 with the engagement summary.
object
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.
number
Sum of all counts.
object[]
Up to 25 most recent events, newest first.

Errors

cURL
200