Skip to main content
GET
List a contact's recent activity

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Query Parameters

limit
integer

Maximum activity rows to return. Defaults to 50, capped at 200.

Required range: 1 <= x <= 200
cursor
string

Opaque pagination cursor taken from a previous response's next_cursor.

Response

200 - application/json

A page of the contact's merged activity feed.

data
object
meta
object